bupkis
API
Assertions
Preparing search index...
bupkis
types
AssertionImplParts
Type Alias AssertionImplParts<Parts>
AssertionImplParts
:
Parts
extends
readonly
[
infer
First
extends
AssertionPart
,
...
(
infer
Rest
extends
readonly
AssertionPart
[]
)
,
]
?
readonly
[
AssertionImplPart
<
First
>
,
...
AssertionImplParts
<
Rest
>
]
:
readonly
[
]
Maps
AssertionParts
to their corresponding
AssertionImplPart
.
Type Parameters
Parts
extends
readonly
AssertionPart
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API
Assertions
GitHub
npm
bupkis
Loading...
Maps AssertionParts to their corresponding AssertionImplPart.