wallet-core/node_modules/core-js/modules/$.cof.js
2017-05-03 15:35:00 +02:00

5 lines
103 B
JavaScript

var toString = {}.toString;
module.exports = function(it){
return toString.call(it).slice(8, -1);
};