UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

4 lines (3 loc) 109 B
export function isObject(item: any) { return item && typeof item === "object" && !Array.isArray(item); }