UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

6 lines (4 loc) 130 B
var core = require('./core'); module.exports = function isCore(x) { return Object.prototype.hasOwnProperty.call(core, x); };