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