@hexafuchs/what.js
Preparing search index...
isNotEmpty
Function isNotEmpty
isNotEmpty
(
object
:
unknown
)
:
boolean
Returns whether the object is considered not empty.
This includes everything except:
null
undefined
false
0 and 0.0
empty array []
empty object {}
empty set
empty map
Parameters
object
:
unknown
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@hexafuchs/what.js
Loading...
Returns whether the object is considered not empty.
This includes everything except: