json-joy
    Preparing search index...

    Interface JsonPatchOptions

    interface JsonPatchOptions {
        createMatcher?: CreateRegexMatcher;
    }
    Index

    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.