Urara-Blog/node_modules/.pnpm-store/v3/files/62/d9b39a4e5d76a594bf48b4875efa795808b07d0a9fc44e4b5be4856448a41ce661e9519be1d0e2c470f509aed5ff613f8571bfbac08ae6abb79b6712f2a068
2022-08-14 01:14:53 +08:00

2 lines
166 B
Text

import type { SourceMapSegment } from './sourcemap-segment';
export default function maybeSort(mappings: SourceMapSegment[][], owned: boolean): SourceMapSegment[][];