UNPKG

commonjs-everywhere

Version:

CommonJS browser bundler with aliasing, extensibility, and source maps from the minified JS bundle

10 lines (9 loc) 291 B
// Generated by CoffeeScript 2.0.0-beta7 void function () { var CORE_MODULES, resolve; resolve = require('resolve'); CORE_MODULES = require('./core-modules'); module.exports = function (x) { return resolve.isCore(x) || [].hasOwnProperty.call(CORE_MODULES, x); }; }.call(this);