replugged

    Interface RegexReplacement

    interface RegexReplacement {
        match: string | RegExp;
        replace: string | ((substring: string, ...args: unknown[]) => string);
    }
    Index

    Properties

    Properties

    match: string | RegExp
    replace: string | ((substring: string, ...args: unknown[]) => string)
    MMNEPVFCICPMFPCPTTAAATR