UNPKG

react-ui-component

Version:
9 lines (7 loc) 163 B
"use strict"; function isType(obj, typeStr) { return Object.prototype.toString.call(obj).slice(8, -1) === typeStr; } module.exports = { isType: isType };