UNPKG

nimma

Version:

Scalable JSONPath engine.

4 lines (3 loc) 107 B
export default function isObject(maybeObj) { return typeof maybeObj === 'object' && maybeObj !== null; }