ottoman
Version:
Ottoman Couchbase ODM
10 lines (9 loc) • 295 B
TypeScript
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;