📄 to-string.js
/home/palash/git/site/node_modules/core-js-pure/es/date/to-string.js
Language: js • Lines: 5
'use strict';
require('../../modules/es.date.to-string');
var uncurryThis = require('../../internals/function-uncurry-this');

module.exports = uncurryThis(Date.prototype.toString);