Skip to content
Snippets Groups Projects
to-string.js 168 B
require('../../modules/es.date.to-string');
var uncurryThis = require('../../internals/function-uncurry-this');

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