TenantAtlas/apps/platform/.pnpm-store/v10/files/14/2ead045f1605cee369b3ad7165489bb7bdb2e6ab893357a092354b0cb3e5c5efe603bc5009ea754bb92e38950f663034196433258cc63f66727ef34860f6b6
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
144 B
Plaintext

declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;