source:
trip-planner-front/node_modules/core-js/internals/classof-raw.js@
76712b2
Last change on this file since 76712b2 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 106 bytes |
Line | |
---|---|
1 | var toString = {}.toString; |
2 | |
3 | module.exports = function (it) { |
4 | return toString.call(it).slice(8, -1); |
5 | }; |
Note:
See TracBrowser
for help on using the repository browser.