UNPKG

quick-erd

Version:

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

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