UNPKG

pgsql-parser

Version:
5 lines (4 loc) 233 B
export declare const cleanLines: (sql: string) => string; export declare const transform: (obj: any, props: any) => any; export declare const cleanTree: (tree: any) => any; export declare const cleanTreeWithStmt: (tree: any) => any;