UNPKG

333 BTypeScriptView Raw
1import * as log from './log';
2export declare const logger: typeof log;
3export { Env } from './constants';
4export * from './lambda';
5export { Config, Options } from './config';
6export { HookPostBuildPayload, HookBuildFilePayload } from './createEmitter';
7export { createPlugin, PluginInit, Plugin, PluginInterface } from './plugins';