astro-ghostcms/.pnpm-store/v3/files/62/d9b39a4e5d76a594bf48b4875ef...

3 lines
166 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { SourceMapSegment } from './sourcemap-segment';
export default function maybeSort(mappings: SourceMapSegment[][], owned: boolean): SourceMapSegment[][];