mirror of
https://github.com/sern-handler/website
synced 2026-06-26 01:32:26 +00:00
3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
import type * as ts from 'typescript';
|
|
export declare function combineChangeRanges(...changeRanges: ts.TextChangeRange[]): ts.TextChangeRange;
|