UNPKG

redux-form-manager

Version:
10 lines (8 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var isObject = function isObject(collection) { return collection.constructor === Object; }; exports.default = isObject;