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

5 lines
121 B
Plaintext

declare function getDunderProto(target: {}): object | null;
declare const x: false | typeof getDunderProto;
export = x;