UNPKG

sugar-language

Version:

Language module for the Sugar Javascript utility library.

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