UNPKG

polyserve

Version:

A simple dev server for bower components

4 lines (3 loc) 177 B
/// <reference path="../custom_typings/command-line-args.d.ts" /> import { StartServerResult } from './start_server'; export declare function run(): Promise<StartServerResult>;