Type alias GuardAll

GuardAll: (<Guards>(...guards: Readonly<[...Guards]>) => GuardAllInFn<Guards>)

Type declaration

    • <Guards>(...guards: Readonly<[...Guards]>): GuardAllInFn<Guards>
    • Type Parameters

      Parameters

      • Rest ...guards: Readonly<[...Guards]>

      Returns GuardAllInFn<Guards>

Generated using TypeDoc