CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
index.js10 linesDownload Raw Back to trough
1/**2 * @typedef {import('./lib/index.js').Callback} Callback3 * @typedef {import('./lib/index.js').Middleware} Middleware4 * @typedef {import('./lib/index.js').Pipeline} Pipeline5 * @typedef {import('./lib/index.js').Run} Run6 * @typedef {import('./lib/index.js').Use} Use7 */8 9export {trough, wrap} from './lib/index.js'10