UNPKG

rhombic

Version:

SQL parsing, lineage extraction and manipulation

8 lines 240 B
import { CstElement, CstNode } from "chevrotain"; /** * Return `true` if the element is a CstNode. * * @param element */ export declare function isCstNode(element: CstElement): element is CstNode; //# sourceMappingURL=isCstNode.d.ts.map