EndoJS
    Preparing search index...

    Type Alias MethodGuardOptional

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

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

    Properties

    Properties

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