Files
vercel_dashboard_example/.pnpm-store/v11/files/01/343ad9bc7d777bc1bce85d4aa497ef717fe1658983ca4d5c47b46b0e87b220494206b062c3dc68369837c7d06914e714786427665c8ef4d2ed0a9fc421243b
T
2026-05-12 14:53:15 +00:00

4 lines
269 B
Plaintext

import type { ReverseSegment, SourceMapSegment } from './sourcemap-segment.mts';
export type Source = ReverseSegment[][];
export default function buildBySources(decoded: readonly SourceMapSegment[][], memos: unknown[]): Source[];
//# sourceMappingURL=by-source.d.ts.map