UNPKG

262 BTypeScriptView Raw
1import "reflect-metadata";
2export declare function TestCases(caseArguments: (() => IterableIterator<any> | Array<Array<any>>) | IterableIterator<any> | Array<Array<any>>): (target: object, propertyKey: string, descriptor?: TypedPropertyDescriptor<any>) => void;