UNPKG

136 BTypeScriptView Raw
1declare const withTests: (userOptions: {
2 results: any;
3 filesExt?: string;
4}) => (...args: any[]) => any;
5
6export { withTests };