EndoJS
    Preparing search index...

    Type Alias MethodGuardRest

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

    type MethodGuardRest = {
        rest: (restArgGuard: SyncValueGuard) => MethodGuardReturns;
    }
    Index

    Properties

    Properties

    rest: (restArgGuard: SyncValueGuard) => MethodGuardReturns