Traqula
    Preparing search index...

    Type Alias IndirDefArg

    type IndirDefArg = {
        SUBRULE: <T, U extends any[]>(
            cstDef: IndirDef<any, any, T, U>,
            ...arg: U,
        ) => T;
    }
    Index

    Properties

    Properties

    SUBRULE: <T, U extends any[]>(cstDef: IndirDef<any, any, T, U>, ...arg: U) => T