1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-09-20 20:47:30 +00:00
bibliogram/src/site/passthrough.js
2020-01-13 01:50:21 +13:00

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