UNPKG

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