typescript-dry
    Preparing search index...

    Interface DryOptions

    interface DryOptions {
        fix?: boolean;
        json?: boolean;
        outFile?: string;
        threshold?: number;
    }
    Index

    Properties

    fix?: boolean
    json?: boolean
    outFile?: string
    threshold?: number