CmpStr - v3.2.1
    Preparing search index...

    Interface CmpStrProcessors

    CmpStrProcessors defines pre-processors for input strings before comparison.

    interface CmpStrProcessors {
        phonetic?: { algo: string; opt?: PhoneticOptions };
    }
    Index

    Properties

    Properties

    phonetic?: { algo: string; opt?: PhoneticOptions }