out-of-your-element/passthrough.js

14 lines
317 B
JavaScript

// @ts-check
/**
* @typedef {Object} Passthrough
* @property {import("repl").REPLServer} repl
* @property {typeof import("./config")} config
* @property {import("./d2m/discord-client")} discord
* @property {import("heatsync")} sync
*/
/** @type {Passthrough} */
// @ts-ignore
const pt = {}
module.exports = pt