/*! * isobject <https://github.com/jonschlinkert/isobject> * * Copyright (c) 2014-2017, Jon Schlinkert. * Released under the MIT License. */ 'use strict'; module.exports = function isObject(val) { return val != null && typeof val === 'object' && Array.isArray(val) === false; };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 3.87 KB | 0644 |
|
index.d.ts | File | 97 B | 0644 |
|
index.js | File | 288 B | 0644 |
|
package.json | File | 1.46 KB | 0644 |
|