presta
Version:
Hyper minimal framework for the modern web.
10 lines (9 loc) • 452 B
TypeScript
import * as log from './log';
export declare const logger: typeof log;
export { Env } from './constants';
export * from './lambda';
export { Config, Options } from './config';
export { HookPostBuildPayload, HookBuildFilePayload } from './createEmitter';
export { createPlugin, PluginInit, Plugin, PluginInterface } from './plugins';
export { getRouteParams as parsePathParameters } from './getRouteParams';
export { wrapHandler } from './wrapHandler';