Files
DefinitelyTyped/types/gulp-mocha/index.d.ts
2017-03-24 14:27:52 -07:00

13 lines
392 B
TypeScript

// Type definitions for gulp-mocha
// Project: https://github.com/sindresorhus/gulp-mocha
// Definitions by: Asana <https://asana.com>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="mocha"/>
/// <reference types="node"/>
declare function mocha(setupOptions?: MochaSetupOptions): NodeJS.ReadWriteStream;
declare namespace mocha { }
export = mocha;