dockerized_openAger/nodered/rootfs/data/node_modules/object.assign/index.js

18 lines
355 B
JavaScript
Raw Normal View History

2020-10-17 16:42:50 +00:00
'use strict';
var defineProperties = require('define-properties');
var implementation = require('./implementation');
var getPolyfill = require('./polyfill');
var shim = require('./shim');
var polyfill = getPolyfill();
defineProperties(polyfill, {
getPolyfill: getPolyfill,
implementation: implementation,
shim: shim
});
module.exports = polyfill;