Files
Camilou.fr/VUEJS/myapp/node_modules/muggle-string/out/map.d.ts
T
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00

4 lines
230 B
TypeScript

import { Segment } from './types';
export declare function clone(segments: Segment<any>[]): Segment<any>[];
export declare function generateMap(segments: Segment<any>[], readSource: (source?: string) => [number, string]): string;