c0e40fa6d2ddb799b0bcace7caff9011f59d20d4.svn-base 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); };