UNPKG

presta

Version:

Hyper minimal framework for the modern web.

10 lines (8 loc) 256 B
/* * Any used exports of the core library go here */ import * as log from './log' export const logger = log export { Env } from './constants' export { wrapHandler } from './wrapHandler' export { getCurrentPrestaInstance } from './currentPrestaInstance'