UNPKG

248 BJavaScriptView Raw
1"use strict";
2exports.__esModule = 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