UNPKG

201 BJavaScriptView Raw
1var toString = {}.toString;
2var getType = function (value) {
3 return toString.call(value).replace(/^\[object /, '').replace(/]$/, '');
4};
5export default getType;
6//# sourceMappingURL=get-type.js.map
\No newline at end of file