Endo API documentation
    Preparing search index...

    Type Alias MatchConfig

    type MatchConfig = {
        declaredLen: number;
        hasRestArgGuard: boolean;
        paramsPattern: Pattern;
        redactedIndices: number[];
        restArgGuardIsRaw: boolean;
    }
    Index

    Properties

    declaredLen: number
    hasRestArgGuard: boolean
    paramsPattern: Pattern
    redactedIndices: number[]
    restArgGuardIsRaw: boolean