D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
whatsapp-api
/
node_modules
/
es-object-atoms
/
Filename :
isObject.js
back
Copy
'use strict'; /** @type {import('./isObject')} */ module.exports = function isObject(x) { return !!x && (typeof x === 'function' || typeof x === 'object'); };