UNPKG

quick-erd

Version:

quick and easy text-based ERD + code generator for migration, query, typescript types and orm entity

8 lines (7 loc) 245 B
export declare function textToTypes(text: string): { tableTypes: string; proxyFields: string; schemaFields: string; }; export declare function trimCode(code: string): string; export declare function toTypeName(name: string): string;