Clémentine
init
7c5b7bd
raw
history blame
No virus
166 Bytes
import type { SourceMapSegment } from './sourcemap-segment';
export default function maybeSort(mappings: SourceMapSegment[][], owned: boolean): SourceMapSegment[][];