@hexafuchs/what.js
Preparing search index...
isEmpty
Function isEmpty
isEmpty
(
object
:
unknown
)
:
boolean
Returns whether the object is considered empty.
This includes:
null
undefined
false
0 or 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 empty.
This includes: