persona-community-5/.pnpm-store/v3/files/9c/d3f670fd66d26188443d2e23dda2111da7800a468a2073b356f92eae2332c5a2a41cbf6f204f6e469fc24a9c6b0ebe92d0af582b6d2259395cc9f0b7f9bed6
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

6 lines
116 B
Plaintext

var isCoreModule = require('is-core-module');
module.exports = function isCore(x) {
return isCoreModule(x);
};