TenantAtlas/apps/platform/.pnpm-store/v10/files/22/732d518f17121a85db7b3e34bbabe5ff916df60f8d1607038561a1101decf001fbad7deaa38866eee6ea7ddd3dfe26c38bbd9341f96e4b84c8174f78d5789a
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

4 lines
116 B
Plaintext

export function isFunction(value) {
return typeof value === 'function';
}
//# sourceMappingURL=isFunction.js.map