UNPKG

@sloughrey/mock-typeorm

Version:

Never hit the database again while testing

9 lines (8 loc) 206 B
export declare function createClass(name: string): { new (): {}; }; type Obj = { [x: string]: any; }; export declare function getDefinedMethods(object: Obj, methods: string[]): string[]; export {};