UNPKG

rhombic

Version:

SQL parsing, lineage extraction and manipulation

6 lines 201 B
/** * Returns `true` if the identifier needs to be escaped * @param identifier */ export declare const needToBeEscaped: (identifier: string) => boolean; //# sourceMappingURL=needToBeEscaped.d.ts.map