elearning/Frontend-Learner/node_modules/muggle-string/out/map.d.ts

4 lines
230 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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;