routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { Range, Segment } from './types';
|
||||
export declare function overwriteSource<T extends Segment<any>>(segments: T[], sourceLoc: number | Range, ...newSegments: T[]): T[];
|
||||
export declare function overwriteSource<T extends Segment<any>>(segments: T[], source: string, sourceLoc: number | Range, ...newSegments: T[]): T[];
|
||||
Reference in New Issue
Block a user