UNPKG

@rikishi/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

8 lines (6 loc) 196 B
"use strict"; exports.__esModule = true; exports.default = isObj; function isObj(maybeObject) { return null !== maybeObject && 'object' === typeof maybeObject && !Array.isArray(maybeObject); }