@studiokeywi/banjo - v0.0.1
Banjo Docs
Banjo NPMJS
Banjo Repo
Preparing search index...
types
RemoveIndexSignature
Type Alias RemoveIndexSignature<Src, Type>
RemoveIndexSignature
:
{
[
Key
in
keyof
Src
as
[
Type
]
extends
[
Key
]
?
never
:
Key
]
:
[
Type
]
extends
[
Key
,
]
?
never
:
Src
[
Key
]
}
Utility type for removing index signature types from an object
Type Parameters
Src
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Banjo Docs
Banjo NPMJS
Banjo Repo
Banjo Docs
Banjo NPMJS
Banjo Repo
@studiokeywi/banjo - v0.0.1
Loading...
Utility type for removing index signature types from an object