UNPKG

rawsql-ts

Version:

[beta]High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.

10 lines (9 loc) 208 B
export declare class IdentifierDecorator { start: string; end: string; constructor(identifierEscape?: { start?: string; end?: string; }); decorate(text: string): string; }