UNPKG

308 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var toString = {}.toString;
4var getType = function (value) {
5 return toString
6 .call(value)
7 .replace(/^\[object /, '')
8 .replace(/]$/, '');
9};
10exports.default = getType;
11//# sourceMappingURL=get-type.js.map
\No newline at end of file