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