Version 1
[yaffs-website] / node_modules / core-js / modules / _cof.js
diff --git a/node_modules/core-js/modules/_cof.js b/node_modules/core-js/modules/_cof.js
new file mode 100644 (file)
index 0000000..1dd2779
--- /dev/null
@@ -0,0 +1,5 @@
+var toString = {}.toString;
+
+module.exports = function(it){
+  return toString.call(it).slice(8, -1);
+};
\ No newline at end of file