All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.core-js.fn.date.to-string.js Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy