Guard
Either
: (<Guards>(...guards
: readonly [...Guards]) => ReturnType<typeof guardEitherIn>)
Type declaration
-
- <Guards>(...guards: readonly [...Guards]): ReturnType<typeof guardEitherIn>
-
Parameters
-
Rest
...guards: readonly [...Guards]
Returns ReturnType<typeof guardEitherIn>