CmpStr - v3.2.1
    Preparing search index...

    Interface CmpStrOptions

    CmpStrOptions configures the behavior of a CmpStr instance.

    interface CmpStrOptions {
        flags?: string;
        metric?: string;
        opt?: MetricOptions;
        output?: "orig" | "prep";
        processors?: CmpStrProcessors;
        raw?: boolean;
        removeZero?: boolean;
        safeEmpty?: boolean;
    }
    Index

    Properties

    flags?: string
    metric?: string
    output?: "orig" | "prep"
    processors?: CmpStrProcessors
    raw?: boolean
    removeZero?: boolean
    safeEmpty?: boolean