UNPKG

ottoman

Version:
10 lines (9 loc) 295 B
export declare const escapeFromClause: (str: string) => string; /** * Convert select expression into an Array of selection keys * */ export declare const parseStringSelectExpr: (expr: string) => string[]; /** * @ignore */ export declare const escapeReservedWords: (field: string) => string;