UNPKG

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