UNPKG

184 BJavaScriptView Raw
1var toString = {}.toString;
2var isType = function (value, type) { return toString.call(value) === '[object ' + type + ']'; };
3export default isType;
4//# sourceMappingURL=is-type.js.map
\No newline at end of file