replugged

    Interface RawPlaintextPatch

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

    Properties

    check?: (source: string) => boolean
    find?: string | RegExp
    id: string
    replacements: (PlaintextReplacer & { regex?: RegexReplacement })[]
    warn?: boolean
    MMNEPVFCICPMFPCPTTAAATR