UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

6 lines (5 loc) 186 B
'use strict' const isObjectLike = module.exports = object => typeof object === 'object' && object.constructor === Object && Object.getPrototypeOf(object) === Object.prototype