kaven-utils - v5.5.1
    Preparing search index...

    Interface IExternalIpRule

    interface IExternalIpRule {
        regex?: { flags?: string; pattern: string; resultIndex?: number };
        rule?: (data: string) => string;
        type?: TIpAddressType;
        url: string;
    }
    Index

    Properties

    Properties

    regex?: { flags?: string; pattern: string; resultIndex?: number }
    rule?: (data: string) => string
    type?: TIpAddressType
    url: string