linkify-it - v6.1.0
    Preparing search index...

    Interface REBuilderOptions

    interface REBuilderOptions {
        "---"?: boolean;
        fuzzyIP?: boolean;
        schema_names?: string[];
        tlds?: string[];
        urlAuth?: boolean;
        maxLength?: number;
    }
    Index

    Properties

    "---"?: boolean
    fuzzyIP?: boolean
    schema_names?: string[]
    tlds?: string[]
    urlAuth?: boolean
    maxLength?: number