mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-06 15:03:14 -05:00
es2018 regexp dotAll
This commit is contained in:
7
lib/lib.es2018.regexp.d.ts
vendored
7
lib/lib.es2018.regexp.d.ts
vendored
@@ -28,4 +28,9 @@ interface RegExpExecArray {
|
||||
groups?: {
|
||||
[key: string]: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
interface RegExp {
|
||||
/** Returns a Boolean value indicating the state of the dotAll flag (s) used with a regular expression. Default is false. Read-only. */
|
||||
readonly dotAll: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user