48bc96c47eadc5c07d0c20b3ca8e59f428c236f0
[dotfiles/.git] / is-core.js
1 var core = require('./core');
2
3 module.exports = function isCore(x) {
4     return Object.prototype.hasOwnProperty.call(core, x);
5 };