UNPKG

@questdb/sql-ast-parser

Version:
7 lines 299 B
import { IAstPartialMapper } from './ast-mapper'; import { ReplaceReturnType } from './utils'; export type IAstToSql = { readonly [key in keyof IAstPartialMapper]-?: ReplaceReturnType<IAstPartialMapper[key], string>; }; export declare const toSql: IAstToSql; //# sourceMappingURL=to-sql.d.ts.map