UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

7 lines (5 loc) 136 B
'use strict'; function isObjectType(obj, type) { return !!obj && (type || typeof obj) === 'object'; } module.exports = isObjectType;