aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/node_modules/core-js/fn/date/to-string.js
blob: fa6364d026929f179fd0f368e1546a58ddd05c0c (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);
};