mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 19:19:30 +08:00
2 lines
166 B
Text
2 lines
166 B
Text
import type { SourceMapSegment } from './sourcemap-segment';
|
|
export default function maybeSort(mappings: SourceMapSegment[][], owned: boolean): SourceMapSegment[][];
|