UNPKG

kex

Version:

Kex is a tiny library for state managenent in JavaScript projects

7 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isObject(val) { return Array.isArray(val) === false && typeof val === 'object' && val !== null; } exports.isObject = isObject; //# sourceMappingURL=is-object.js.map