persona-community-5/.pnpm-store/v3/files/bb/56ef8bb448d5b8bc1db0dbba024ce945ae4924ce0b365f40e68f09f0fcce102d50ad333bf2a27323d4181e968663865c8ff45db28a93e908094756697a9c0f
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

3 lines
193 B
Plaintext

// Only Node.JS has a process variable that is of [[Class]] process
module.exports.isNode = Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]';