@tsdotnet/regex - v1.3.3
    Preparing search index...

    Type Alias RegexOptionsLiteral

    RegexOptionsLiteral:
        | IgnoreCase
        | "i"
        | "I"
        | MultiLine
        | "m"
        | "M"
        | Unicode
        | "u"
        | "U"
        | Sticky
        | "y"
        | "Y"
        | IgnorePatternWhitespace
        | "w"
        | "W"