TenantAtlas/apps/platform/.pnpm-store/v10/files/d0/4d15aa2973500c15823287b02eac1fda595d060fe7a6ad1eb47e5e6da28db1e8c331d8b7f39d7b953e3c076fcd961c13af43e9945181e20b87884d735abbfa
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
125 B
Plaintext

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