replugged

    Interface RawPlaintextPatch

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

    Properties

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