persona-community-5/.pnpm-store/v3/files/6a/b117da31ad1d691dbf8ae715ad29e6a33284fd4f1e504c8cbc5047c302ea79269a53f4f7bf764582ad15e8fc9a644c5e808767f4c48621515598e8af16de29
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
191 B
Plaintext

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