Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
is-obj
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/is-obj/index.js
'use strict'; module.exports = value => { const type = typeof value; return value !== null && (type === 'object' || type === 'function'); };