mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-28 16:45:10 +08:00
If dependency is unnecessary, replaces with stub declarations If dependency is necessary, declares a requirement on at least TS2.1 to match mocha's
11 lines
365 B
TypeScript
11 lines
365 B
TypeScript
// Type definitions for mocha-steps 1.1
|
|
// Project: https://github.com/rprieto/mocha-steps
|
|
// Definitions by: AryloYeung <https://github.com/Arylo>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.1
|
|
|
|
/// <reference types="mocha" />
|
|
|
|
declare var step: Mocha.IContextDefinition;
|
|
declare var xstep: Mocha.IContextDefinition;
|