replugged

    Interface RawPlaintextPatch

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

    Properties

    check?: (source: string) => boolean
    find?: string | RegExp
    replacements: PlaintextReplacer[]
    MMNEPVFCICPMFPCPTTAAATR