@snailicide/g-library
Preparing search index...
index
tg
isNonEmptyObject
Function isNonEmptyObject
isNonEmptyObject
<
Type
extends
PlainObject
|
Record
<
string
,
unknown
>
>
(
value
:
Type
,
)
:
value
is
Type
Checks if a value is a non-empty object.
Type Parameters
Type
extends
PlainObject
|
Record
<
string
,
unknown
>
Parameters
value
:
Type
Returns
value
is
Type
See
isEmptyObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@snailicide/g-library
Loading...
Checks if a value is a non-empty object.