Repository URL to install this package:
|
Version:
5.0.0-rc.11 ▾
|
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var core = require('./core.js');
var isCore = function isCore(x) {
return Object.prototype.hasOwnProperty.call(core.default, x);
};
exports.__moduleExports = isCore;
exports.default = isCore;
//# sourceMappingURL=is-core.js.map