UNPKG

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