fock-logger - v7.0.1
    Preparing search index...

    Type Alias AffixHandlerType<Affixes>

    type AffixHandlerType<Affixes extends AffixType[]> = {
        execute(affixes: AllToString<Affixes>, value: string): string;
    }

    Type Parameters

    Implemented by

    Index