TenantAtlas/apps/platform/.pnpm-store/v10/files/ef/a1cc9f62afded13c3cb7c3fa24f71cefec4d725f114d2b5649f0bfa34c79481515d0fbaed38a5a102a43adeb35abbbe36a0ff2ad0d6c6ffdb49358df4dcdc3
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

9 lines
384 B
Plaintext

import { TraceMap } from './trace-mapping.cts';
import type { SectionedSourceMapInput, Ro } from './types.cts';
type FlattenMap = {
new (map: Ro<SectionedSourceMapInput>, mapUrl?: string | null): TraceMap;
(map: Ro<SectionedSourceMapInput>, mapUrl?: string | null): TraceMap;
};
export declare const FlattenMap: FlattenMap;
export {};
//# sourceMappingURL=flatten-map.d.ts.map