Current section

Files

Jump to
udia assets node_modules core-js fn date to-string.js
Raw

assets/node_modules/core-js/fn/date/to-string.js

require('../../modules/es6.date.to-string')
var $toString = Date.prototype.toString;
module.exports = function toString(it){
return $toString.call(it);
};