UNPKG

human-object-diff

Version:

Human Readable Difference Between Two Objects

7 lines (6 loc) 178 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isObject(x) { return typeof x === 'object' && x !== null; } exports.default = isObject;