UNPKG

291 BTypeScriptView Raw
1import { getCurrentPrestaInstance } from './lib/currentPrestaInstance'
2import { wrapHandler } from './lib/wrapHandler'
3
4export { Plugin, Config, Presta, Event, Context, Response, Route, GetStaticPaths, Handler } from './lib/types'
5
6export { getCurrentPrestaInstance }
7export { wrapHandler }