astro-ghostcms/.pnpm-store/v3/files/53/b6cf79ce8b25dcb68d5c56d4bf4...

4 lines
168 B
Plaintext

import type { Segment } from 'muggle-string';
import type { Mapping } from './sourceMap';
export declare function buildMappings<T>(chunks: Segment<T>[]): Mapping<T>[];