Type alias GuardEither

GuardEither: (<Guards>(...guards: readonly [...Guards]) => ReturnType<typeof guardEitherIn>)

Type declaration

    • <Guards>(...guards: readonly [...Guards]): ReturnType<typeof guardEitherIn>
    • Type Parameters

      Parameters

      • Rest ...guards: readonly [...Guards]

      Returns ReturnType<typeof guardEitherIn>

Generated using TypeDoc