@resee-movies/utilities - v0.8.0
Preparing search index...
hasKey
Function hasKey
hasKey
<
T
extends
object
>
(
target
:
T
,
value
:
unknown
)
:
value
is
keyof
T
Checks that the provided
target
object has key
value
.
Type Parameters
T
extends
object
Parameters
target
:
T
value
:
unknown
Returns
value
is
keyof
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@resee-movies/utilities - v0.8.0
Loading...
Checks that the provided
target
object has keyvalue
.