interface MethodGuardRest {
    rest: ((restArgGuard) => MethodGuardReturns);
}

Properties

Properties

rest: ((restArgGuard) => MethodGuardReturns)

Type declaration

    • (restArgGuard): MethodGuardReturns
    • If the rest argument guard is not M.raw(), all rest arguments are automatically hardened and must be Passable.

      Parameters

      • restArgGuard: any

      Returns MethodGuardReturns

Generated using TypeDoc