mirror of
https://github.com/Booteille/bibliogram.git
synced 2025-04-20 01:16:55 +00:00
16 lines
273 B
JavaScript
16 lines
273 B
JavaScript
/**
|
|
* @typedef Passthrough
|
|
* @property {import("pinski").Pinski} instance
|
|
* @property {import("ws").Server} wss
|
|
* @property {import("pinski").PugCache} pugCache
|
|
*/
|
|
|
|
void 0
|
|
|
|
/** @type {Passthrough} */
|
|
// @ts-ignore
|
|
const passthrough = {
|
|
}
|
|
|
|
module.exports = passthrough
|