Preparing search index...
The search index is not available
common-stuff
common-stuff
isEmpty
Function isEmpty
is
Empty
<
T
>
(
value
)
:
boolean
Checks if the value is an empty.
Supports following types:
Object -
false
if object is empty
Array -
false
if array is empty
Boolean -
false
if boolean is
false
Number -
false
if string is
''
Number -
false
if number is
0
Type Parameters
T
Parameters
value
:
T
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
common-stuff
Loading...
Checks if the value is an empty.
Supports following types:
false
if object is emptyfalse
if array is emptyfalse
if boolean isfalse
false
if string is''
false
if number is0