Files
website/node_modules/@volar/source-map/lib/buildMappings.d.ts
2024-05-06 17:15:30 -04:00

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>[];