astro-ghostcms/.pnpm-store/v3/files/9c/d3f670fd66d26188443d2e23dda...

6 lines
116 B
Plaintext

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