d9b39a4e5d76a594bf48b4875efa795808b07d0a9fc44e4b5be4856448a41ce661e9519be1d0e2c470f509aed5ff613f8571bfbac08ae6abb79b6712f2a068 166 B

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