shim.js 106 B

123456
  1. "use strict";
  2. module.exports = function() {
  3. return Object.assign;
  4. };
  5. //# sourceMappingURL=shim.js.map