UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

4 lines 184 B
var toString = {}.toString; var isType = function (value, type) { return toString.call(value) === '[object ' + type + ']'; }; export default isType; //# sourceMappingURL=is-type.js.map