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