replugged

    Interface PlaintextPatch

    interface PlaintextPatch {
        check?: (source: string) => boolean;
        find?: string | RegExp;
        replacements: (PlaintextReplacer | RegexReplacement)[];
    }
    Index

    Properties

    check?: (source: string) => boolean
    find?: string | RegExp
    MMNEPVFCICPMFPCPTTAAATR