UNPKG

quick-erd

Version:

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

5 lines (4 loc) 150 B
export declare function textToSqliteProxy(text: string, options?: { mode?: 'factory' | 'singleton'; type?: 'commonjs' | 'module'; }): string;