UNPKG

presta

Version:

Hyper minimal framework for the modern web.

4 lines (3 loc) 152 B
import { Config } from './config'; import { Hooks } from './createEmitter'; export declare function build(config: Config, hooks: Hooks): Promise<void>;