- GuardPipe<A, B>(...guard: readonly [A, B]): TypeGuardFn<GuardTypeInput<A>, GuardType<B>>
-
Parameters
-
Rest
...guard: readonly [A, B]
- GuardPipe<A, B, C>(...guard: readonly [A, B, C]): TypeGuardFn<GuardTypeInput<A>, GuardType<C>>
-
Parameters
-
Rest
...guard: readonly [A, B, C]
- GuardPipe<A, B, C, D>(...guard: readonly [A, B, C, D]): TypeGuardFn<GuardTypeInput<A>, GuardType<D>>
-
Parameters
-
Rest
...guard: readonly [A, B, C, D]
- GuardPipe<A, B, C, D, E>(...guard: readonly [A, B, C, D, E]): TypeGuardFn<GuardTypeInput<A>, GuardType<E>>
-
Parameters
-
Rest
...guard: readonly [A, B, C, D, E]
- GuardPipe<A, B, C, D, E, F>(...guard: readonly [A, B, C, D, E, F]): TypeGuardFn<GuardTypeInput<A>, GuardType<F>>
-
Parameters
-
Rest
...guard: readonly [A, B, C, D, E, F]
- GuardPipe<A, B, C, D, E, F, G>(...guard: readonly [A, B, C, D, E, F, G]): TypeGuardFn<GuardTypeInput<A>, GuardType<G>>
-
Parameters
-
Rest
...guard: readonly [A, B, C, D, E, F, G]
- GuardPipe<A, B, C, D, E, F, G, H>(...guard: readonly [A, B, C, D, E, F, G, H]): TypeGuardFn<GuardTypeInput<A>, GuardType<H>>
-
Parameters
-
Rest
...guard: readonly [A, B, C, D, E, F, G, H]