Member Junction
    Preparing search index...

    A multi-word entity name rule with patterns for each quote style.

    interface MultiWordNameRule {
        backtickPattern: RegExp;
        doubleQuotePattern: RegExp;
        new: string;
        old: string;
        singleQuotePattern: RegExp;
    }
    Index

    Properties

    backtickPattern: RegExp
    doubleQuotePattern: RegExp
    new: string
    old: string
    singleQuotePattern: RegExp