UNPKG

226 BJavaScriptView Raw
1import _typeof from "@babel/runtime/helpers/typeof";
2export function isObject(value) {
3 var type = _typeof(value);
4
5 return value != null && (type === 'object' || type === 'function');
6}
7//# sourceMappingURL=is-object.js.map
\No newline at end of file