Documentation
Preparing search index...
ts_lib/lib/utils
hasProperty
Function hasProperty
hasProperty
(
obj
:
object
,
property
:
string
,
sat
:
(
t
:
unknown
)
=>
boolean
,
)
:
boolean
Check if an object contains the property that satisfies a given predicate
Parameters
obj
:
object
property
:
string
sat
:
(
t
:
unknown
)
=>
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Check if an object contains the property that satisfies a given predicate