UNPKG

rhombic

Version:

SQL parsing, lineage extraction and manipulation

8 lines 235 B
import { CustomPatternMatcherFunc } from "chevrotain"; /** * Custom matcher for sql function name. * * @param text */ export declare const matchFunctionName: CustomPatternMatcherFunc; //# sourceMappingURL=matchFunctionName.d.ts.map