UNPKG

rhombic

Version:

SQL parsing, lineage extraction and manipulation

9 lines 270 B
import { IContext } from "../Context"; import { Range } from "./getRange"; /** * Extract the range for a children dictionnary. * * @param children */ export declare const getChildrenRange: (children: IContext) => Range; //# sourceMappingURL=getChildrenRange.d.ts.map