rhombic
Version:
SQL parsing, lineage extraction and manipulation
13 lines • 333 B
TypeScript
/**
* Get a piece of text in a multine sql statement.
* @param sql intial sql
* @param input text to insert
* @param location
*/
export declare const getText: (sql: string, location: {
startLine: number;
endLine: number;
startColumn: number;
endColumn: number;
}) => string;
//# sourceMappingURL=getText.d.ts.map