massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / date / to-primitive.js
index 07bdd336136d824fe4df54be3436e1effdb02444..cd9e32cd83fd776995710fd195dc8bfc6919209b 100644 (file)
@@ -1,6 +1,5 @@
 require('../../modules/es.date.to-primitive');
+var uncurryThis = require('../../internals/function-uncurry-this');
 var toPrimitive = require('../../internals/date-to-primitive');
 
-module.exports = function (it, hint) {
-  return toPrimitive.call(it, hint);
-};
+module.exports = uncurryThis(toPrimitive);