TenantAtlas/apps/platform/.pnpm-store/v10/files/9f/45c70747e5d939f6c6b2cf66fd447a42ec1d668435f69afb5e0a8653b8ffd554e2bf5c08abc068a3fd347adb122ca564bd0ccfbcaf0ac45cf8022d634e5db0
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

3 lines
87 B
Plaintext

declare function isInteger(argument: unknown): argument is number;
export = isInteger;