Preparing search index...
The search index is not available
Documentation - v0.0.15
Documentation
@fuman/utils
assertHasKey
Function assertHasKey
assertHasKey
<
Obj
extends
object
,
Key
extends
string
>
(
obj
:
Obj
,
key
:
Key
,
)
:
asserts
obj
is
Obj
&
Record
<
Key
,
unknown
>
Type Parameters
Obj
extends
object
Key
extends
string
Parameters
obj
:
Obj
key
:
Key
Returns
asserts
obj
is
Obj
&
Record
<
Key
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.0.15
Loading...