UNPKG

420 BTypeScriptView Raw
1// Type definitions for gulp-mocha
2// Project: https://github.com/sindresorhus/gulp-mocha
3// Definitions by: Asana <https://asana.com>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.1
6
7/// <reference types="mocha"/>
8/// <reference types="node"/>
9
10
11declare function mocha(setupOptions?: Mocha.MochaOptions): NodeJS.ReadWriteStream;
12declare namespace mocha { }
13export = mocha;