UNPKG

@akwaba/object-extensions

Version:
8 lines (7 loc) 262 B
/** * Returns true if this object is undefined; otherwise, returns false * * @param {Object} object the object to check * @return {Boolean} true if this object is undefined; otherwise, returns false */ export default (object) => object === undefined;