persona-community-5/.pnpm-store/v3/files/71/b0959f0b804071b194a4272dcb31965cb62091992af45c72b61e32f2d912c080975a6d1f9fe226734ebc03ee00486685edc11bee10b381d607453b41b06634
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.cts';
export type Source = ReverseSegment[][];
export = function buildBySources(decoded: readonly SourceMapSegment[][], memos: unknown[]): Source[];
//# sourceMappingURL=by-source.d.ts.map