rhombic
Version:
SQL parsing, lineage extraction and manipulation
14 lines • 419 B
TypeScript
import { CstChildrenDictionary } from "chevrotain";
/**
* Pretty output for cst for easy specifications
*
* @param cst
*/
export declare function prettifyCst(cst: CstChildrenDictionary): string;
/**
* Indent the prettify version of the cst for more visibility
*
* @param cst output of `prettifyCst()`
*/
export declare function formatCst(prettifiedCst: string): string;
//# sourceMappingURL=prettifyCst.d.ts.map