Skip to content

Instantly share code, notes, and snippets.

View JoeM-RP's full-sized avatar
🛰️
Broadcasting live from geosynchronous orbit over Chicago

Joe Meyer JoeM-RP

🛰️
Broadcasting live from geosynchronous orbit over Chicago
View GitHub Profile
import {
has,
startsWith,
isEmpty as lodashIsEmpty,
isDate as lodashIsDate,
isFunction as lodashIsFunction
} from 'lodash';
/**
* checks if an object is null, undefined, or an empty object/collection/map/set