UNPKG

256 BPlain TextView Raw
1/*
2 * Any used exports of the core library go here
3 */
4import * as log from './log'
5
6export const logger = log
7export { Env } from './constants'
8export { wrapHandler } from './wrapHandler'
9export { getCurrentPrestaInstance } from './currentPrestaInstance'