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