is-core.js 130 Bytes Raw Blame History Permalink 1 2 3 4 5 var core = require('./core'); module.exports = function isCore(x) { return Object.prototype.hasOwnProperty.call(core, x); };