mirror of
https://github.com/sern-handler/website
synced 2026-06-25 01:02:27 +00:00
4 lines
230 B
TypeScript
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;
|