sequelize-typescript-model-migration
Version:
Migration tool for sequelize-typescript
6 lines (5 loc) • 342 B
TypeScript
export declare const parseObjectWithSymbols: (target: any, symbols: any[]) => string;
export declare const parseObject: (target: any) => string;
export declare const parseArray: (target: any[]) => string;
export declare const parseKeyValue: (key: string, value: any) => string;
export declare const camelToSnakeCase: (str: string) => string;