Interface JsonPatchOptions

interface JsonPatchOptions {
    createMatcher?: CreateRegexMatcher;
}

Properties

Properties

createMatcher?: CreateRegexMatcher

A function that create regular expression matcher. Should be provided explicitly, to allow users supply safe regular expression implementation to prevent ReDOS attacks.