aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/date/to-string.js
blob: c39d552278859465ccf4d3e6407c4c8ca6803ff9 (plain)
1
2
3
4
5
require('../../modules/es6.date.to-string')
var $toString = Date.prototype.toString;
module.exports = function toString(it){
  return $toString.call(it);
};