UNPKG

bdd-lazy-var

Version:

Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects

9 lines (7 loc) 137 B
declare module './interface' { interface GetLazyVar { (name: string): any; [name: string]: any; } } export * from './index'