Show More
Commit Description:
move datatable to yarn
Commit Description:
move datatable to yarn
References:
File last commit:
Show/Diff file:
Action:
node_modules/object.assign/index.js
| 17 lines
| 355 B
| application/javascript
| JavascriptLexer
|
r789 | '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; | ||||