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) 137 B
export default install; declare function install(options: any): Promise<any>; declare namespace install { let description: string; }