Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d6e5e commit dff19a5Copy full SHA for dff19a5
lib/lib.es2018.regexp.d.ts
@@ -28,4 +28,9 @@ interface RegExpExecArray {
28
groups?: {
29
[key: string]: string
30
}
31
-}
+}
32
+
33
+interface RegExp {
34
+ /** Returns a Boolean value indicating the state of the dotAll flag (s) used with a regular expression. Default is false. Read-only. */
35
+ readonly dotAll: boolean;
36
0 commit comments