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