mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:09: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[][];
|