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

Properties

Properties

rest: ((restArgGuard) => MethodGuardReturns)

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

Type declaration

Generated using TypeDoc