UNPKG

@slan-health/taro-vueuse

Version:

taro vue版本hooks

8 lines (7 loc) 188 B
const typeOf = (target, type) => { return [type].flat().some((v) => Object.prototype.toString.call(target) === `[object ${v}]`); }; export { typeOf }; //# sourceMappingURL=tool.js.map