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.

16 lines (15 loc) 495 B
export default build; export function types(cwd: any, files: any, options: any, watch: any): Promise<void>; export namespace types { let description: string; } export function lint(cwd: any, files: any, options: any): Promise<any>; export namespace lint { let description_1: string; export { description_1 as description }; } declare function build(options: any): Promise<void>; declare namespace build { let description_2: string; export { description_2 as description }; }