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

6 lines
116 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
var isCoreModule = require('is-core-module');
module.exports = function isCore(x) {
return isCoreModule(x);
};