blob: 1bca5e3d9da33ccf125be39ad73bf44420217061 [file] [log] [blame]
var core = require('../../modules/es6.date.to-string')
, $toString = Date.prototype.toString;
module.exports = function toString(it){
return $toString.call(it);
};