Files
skills-here-run-place/node_modules/trough/index.js
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

10 lines
322 B
JavaScript

/**
* @typedef {import('./lib/index.js').Callback} Callback
* @typedef {import('./lib/index.js').Middleware} Middleware
* @typedef {import('./lib/index.js').Pipeline} Pipeline
* @typedef {import('./lib/index.js').Run} Run
* @typedef {import('./lib/index.js').Use} Use
*/
export {trough, wrap} from './lib/index.js'