Show More
Commit Description:
move datatable to yarn
Commit Description:
move datatable to yarn
File last commit:
Show/Diff file:
Action:
node_modules/core-js/modules/_to-object.js | 5 lines | 132 B | application/javascript | JavascriptLexer |
// 7.1.13 ToObject(argument)
var defined = require('./_defined');
module.exports = function (it) {
return Object(defined(it));
};