UNPKG

mocha-it-each

Version:
3 lines 225 B
import { ExclusiveTestFunction, PendingTestFunction, TestFunction } from 'mocha'; export declare type MochaCallback = TestFunction | ExclusiveTestFunction | PendingTestFunction; //# sourceMappingURL=MochaCallbackType.d.ts.map