massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / es / date / to-primitive.js
1 require('../../modules/es.date.to-primitive');
2 var uncurryThis = require('../../internals/function-uncurry-this');
3 var toPrimitive = require('../../internals/date-to-primitive');
4
5 module.exports = uncurryThis(toPrimitive);