6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
(function (global) {
|
|
var babelHelpers = global.babelHelpers = {};
|
|
babelHelpers.hasOwn = Object.prototype.hasOwnProperty;
|
|
babelHelpers.slice = Array.prototype.slice;
|
|
})(typeof global === "undefined" ? self : global);
|