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