CmpStr - v3.2.1
    Preparing search index...

    Interface PhoneticOptions

    PhoneticOptions configures the behavior of phonetic algorithms.

    interface PhoneticOptions {
        dedupe?: boolean;
        delimiter?: string;
        fallback?: string;
        length?: number;
        map?: string;
        pad?: string;
    }
    Index

    Properties

    dedupe?: boolean
    delimiter?: string
    fallback?: string
    length?: number
    map?: string
    pad?: string