TenantAtlas/apps/platform/.pnpm-store/v10/files/01/343ad9bc7d777bc1bce85d4aa497ef717fe1658983ca4d5c47b46b0e87b220494206b062c3dc68369837c7d06914e714786427665c8ef4d2ed0a9fc421243b
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02: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