UNPKG

snowdev

Version:

Zero configuration, unbundled, opinionated, development and prototyping server for simple ES modules development: types generation, format and linting, dev server and TypeScript support.

6 lines (5 loc) 129 B
export default init; declare function init(options?: {}): Promise<void>; declare namespace init { let description: string; }