presta
Version:
Hyper minimal framework for the modern web.
9 lines (8 loc) • 407 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';