Move everything to src folder... it had to happen
This commit is contained in:
17
src/passthrough.js
Normal file
17
src/passthrough.js
Normal file
@@ -0,0 +1,17 @@
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* @typedef {Object} Passthrough
|
||||
* @property {import("repl").REPLServer} repl
|
||||
* @property {typeof import("./config")} config
|
||||
* @property {import("./d2m/discord-client")} discord
|
||||
* @property {import("heatsync").default} sync
|
||||
* @property {import("better-sqlite3/lib/database")} db
|
||||
* @property {import("@cloudrac3r/in-your-element").AppService} as
|
||||
* @property {import("./db/orm").from} from
|
||||
* @property {import("./db/orm").select} select
|
||||
*/
|
||||
/** @type {Passthrough} */
|
||||
// @ts-ignore
|
||||
const pt = {}
|
||||
module.exports = pt
|
||||
Reference in New Issue
Block a user