Preparing search index...
The search index is not available
@nathanpb/kext
@nathanpb/kext
Object
doesntHaveKey
Function doesntHaveKey
doesnt
Have
Key
<
T
,
K
>
(
object
:
T
, key
:
K
)
:
object
is
Exclude
<
T
,
K
>
Checks if the object
object
does not have the key
key
.
Type Parameters
T
extends
Record
<
string
,
any
>
K
extends
string
Parameters
object:
T
key:
K
Returns
object
is
Exclude
<
T
,
K
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@nathanpb/kext
Array
Chainer
Curry
Enum
Error
Math
Object
Random
Scope
deep
Extend
doesnt
Have
Key
has
Key
is
Object
Strict
keys
Of
All
not
Undefined
y
Doesnt
Have
Key
y
Has
Key
yf
Doesnt
Have
Key
yf
Has
Key
Generated using
TypeDoc
Checks if the object
object
does not have the keykey
.