Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Seleccion
/
node_modules
/
has-flag
:
isObject.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
'use strict'; /** @type {import('./isObject')} */ module.exports = function isObject(x) { return !!x && (typeof x === 'function' || typeof x === 'object'); };