Files
ry.kazcloud.dev/node_modules/@volar/language-server/lib/utils/combineChangeRanges.d.ts

3 lines
143 B
TypeScript

import type * as ts from 'typescript';
export declare function combineChangeRanges(...changeRanges: ts.TextChangeRange[]): ts.TextChangeRange;