UNPKG

305 BTypeScriptView Raw
1import { TableClass } from "./table-class";
2export declare class InserterBuilder {
3 private compiledTemplate;
4 private compiledInsertTemplate;
5 private compiledBatchInsertTemplate;
6 constructor();
7 render(tables: TableClass[], relativePath?: string): string;
8 private renderImportRow;
9}