mirror of
https://github.com/sern-handler/website
synced 2026-06-14 03:42:20 +00:00
4 lines
168 B
TypeScript
4 lines
168 B
TypeScript
import type { Segment } from 'muggle-string';
|
|
import type { Mapping } from './sourceMap';
|
|
export declare function buildMappings<T>(chunks: Segment<T>[]): Mapping<T>[];
|