CmpStr - v3.2.1
    Preparing search index...

    Interface PhoneticPattern

    PhoneticPattern defines a single pattern for phonetic mapping.

    interface PhoneticPattern {
        all?: boolean;
        pattern: RegExp;
        replace: string;
    }
    Index

    Properties

    Properties

    all?: boolean
    pattern: RegExp
    replace: string