Preparing search index...
The search index is not available
@wopjs/cast - v0.1.2
@wopjs/cast
toPlainObjectOfTrue
Function toPlainObjectOfTrue
Filter props from object
x
whose values are
true
.
toPlainObjectOfTrue
(
x
:
unknown
,
)
:
undefined
|
{
[
key
:
string
|
number
|
symbol
]:
true
}
Parameters
x
:
unknown
Returns
undefined
|
{
[
key
:
string
|
number
|
symbol
]:
true
}
Settings
Theme
OS
Light
Dark
@wopjs/cast - v0.1.2
Loading...
Filter props from object
x
whose values aretrue
.