UNPKG

lenye_base

Version:

基础方法

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