UNPKG

ut-tools

Version:

Build and Release management automation package.

6 lines (4 loc) 125 B
function isObject(maybeObj) { return typeof maybeObj === 'object' && maybeObj !== null; } export { isObject as default };