bupkis
API
Assertions
Preparing search index...
bupkis
types
FilterSyncAssertions
Type Alias FilterSyncAssertions<MixedAssertions>
FilterSyncAssertions
:
MixedAssertions
extends
readonly
[
infer
MixedAssertion
extends
AnyAssertion
,
...
(
infer
Rest
extends
readonly
AnyAssertion
[]
)
,
]
?
MixedAssertion
extends
AnySyncAssertion
?
readonly
[
MixedAssertion
,
...
FilterSyncAssertions
<
Rest
>
]
:
FilterSyncAssertions
<
Rest
>
:
readonly
[
]
Given a mixed array of assertions, extracts only the synchronous assertions.
Type Parameters
MixedAssertions
extends
readonly
AnyAssertion
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API
Assertions
GitHub
npm
bupkis
Loading...
Given a mixed array of assertions, extracts only the synchronous assertions.