UNPKG

polaris-glints

Version:

Glints forked polaris react

7 lines (5 loc) 150 B
function isObject(value) { const type = typeof value; return value != null && (type === 'object' || type === 'function'); } export { isObject };