()
| 29 | * check used throughout the codebase. |
| 30 | */ |
| 31 | export function isInternalBuild(): boolean { |
| 32 | return BUILD_SPIN === 'noumena' || BUILD_SPIN === 'internal' || BUILD_SPIN === 'dev' || process.env.USER_TYPE === 'ant' |
| 33 | } |
no outgoing calls
no test coverage detected