Files
delete-your-element/passthrough.js
2023-03-05 09:05:35 -07:00

11 lines
292 B
JavaScript

/**
* @typedef {Object} Passthrough
* @property {import("repl").REPLServer} repl
* @property {typeof import("./config")} config
* @property {import("./modules/DiscordClient")} discord
* @property {import("heatsync")} sync
*/
/** @type {Passthrough} */
const pt = {}
module.exports = pt