Version 1
[yaffs-website] / node_modules / core-js / fn / date / to-string.js
diff --git a/node_modules/core-js/fn/date/to-string.js b/node_modules/core-js/fn/date/to-string.js
new file mode 100644 (file)
index 0000000..c39d552
--- /dev/null
@@ -0,0 +1,5 @@
+require('../../modules/es6.date.to-string')
+var $toString = Date.prototype.toString;
+module.exports = function toString(it){
+  return $toString.call(it);
+};
\ No newline at end of file