Installation
npm install --save @types/gulp-mocha
Summary
This package contains type definitions for gulp-mocha (https://github.com/sindresorhus/gulp-mocha).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-mocha.
index.d.ts
/// <reference types="mocha"/>
/// <reference types="node"/>
declare function mocha(setupOptions?: Mocha.MochaOptions): NodeJS.ReadWriteStream;
declare namespace mocha {}
export = mocha;
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/mocha, @types/node
Credits
These definitions were written by Asana.