massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / date / to-string.js
index 18b713590ba6ce3d899e564aee3c67794e7c3fde..09eaeb9850e3edf2d579c79b24aefc78a42db064 100644 (file)
@@ -1,6 +1,4 @@
 require('../../modules/es.date.to-string');
-var dateToString = Date.prototype.toString;
+var uncurryThis = require('../../internals/function-uncurry-this');
 
-module.exports = function toString(it) {
-  return dateToString.call(it);
-};
+module.exports = uncurryThis(Date.prototype.toString);