interface MethodGuardOptional {
    optional: ((...optArgGuards: ArgGuard[]) => MethodGuardRestReturns);
}

Properties

Properties

optional: ((...optArgGuards: ArgGuard[]) => MethodGuardRestReturns)

Optional arguments not guarded with M.raw() are automatically hardened and must be Passable.