persona-community-5/.pnpm-store/v3/files/01/343ad9bc7d777bc1bce85d4aa497ef717fe1658983ca4d5c47b46b0e87b220494206b062c3dc68369837c7d06914e714786427665c8ef4d2ed0a9fc421243b
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +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