UNPKG

deepdash.mapvaluesdeep.dev

Version:

deepdash's mapValuesDeep standalone

9 lines (6 loc) 175 B
'use strict'; function isObject(value) { var type = typeof value; return value != null && (type == 'object' || type == 'function'); } module.exports = isObject;