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