biofriction-wp-theme/node_modules/core-js/modules/_cof.js

6 lines
106 B
JavaScript
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
var toString = {}.toString;
module.exports = function (it) {
return toString.call(it).slice(8, -1);
};