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