typescript-class-helpers
Version:
Usefull helper to have in your typescript project
7 lines • 304 B
TypeScript
// @ts-nocheck
export declare function describeFromClassStringify(target: Function, parent?: boolean): string[];
/**
* Describe fields assigne through @DefaultModelWithMapping decorator
* without functions
*/
export declare function describeByDefaultModelsAndMapping(target: Function): string[];