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

Properties

Properties

optional: ((...optArgGuards) => MethodGuardRestReturns)

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

Type declaration

Generated using TypeDoc