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

6 lines
126 B
Plaintext

declare function getProto<O extends object>(object: O): object | null;
declare const x: typeof getProto | null;
export = x;