UNPKG

five-server

Version:

Development Server with Live Reload Capability. (Maintained Fork of Live Server)

17 lines 582 B
/** * @package batch (https://www.npmjs.com/package/batch) * @copyright Copyright (c) 2013-2015 TJ Holowaychuk <tj@vision-media.ca> * @license {@link https://github.com/visionmedia/batch/blob/master/LICENSE MIT} * @description modified version of batch@3.7.0 (https://github.com/visionmedia/batch/edit/master/index.js) */ declare const EventEmitter: any; declare const defer: (callback: Function, ...args: any[]) => void; /** * Noop. */ declare function noop(): void; /** * Create a new Batch. */ declare function Batch(): any; //# sourceMappingURL=batch.d.ts.map