Files
website/node_modules/@volar/snapshot-document/lib/combine.d.ts
2024-05-06 17:15:30 -04:00

3 lines
143 B
TypeScript

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