UNPKG

350 BTypeScriptView Raw
1import { getCurrentPrestaInstance } from './lib/currentPrestaInstance'
2import { wrapHandler } from './lib/wrapHandler'
3import * as log from './lib/log'
4
5export { Plugin, Config, Presta, Event, Context, Response, Route, GetStaticPaths, Handler } from './lib/types'
6
7export { getCurrentPrestaInstance }
8export { wrapHandler }
9export const logger = log