UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

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