astro-ghostcms/.pnpm-store/v3/files/f8/8ff37c6403684cbb9856e7f45a6...

10 lines
322 B
Plaintext

/**
* @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'