function isObject(maybeObj) { return typeof maybeObj === 'object' && maybeObj !== null; } export { isObject as default };