UNPKG

rhombic

Version:

SQL parsing, lineage extraction and manipulation

8 lines 223 B
import { FilterTree } from "../FilterTree"; /** * Return the filter as a string. * * @param input filter tree */ export declare const printFilter: (input: FilterTree) => string; //# sourceMappingURL=printFilter.d.ts.map