UNPKG

react-ui-component

Version:
7 lines (6 loc) 137 B
function isType(obj, typeStr){ return Object.prototype.toString.call(obj).slice(8, -1) === typeStr } module.exports = { isType }