mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-06 12:32:12 -06:00
es2018 regexp dotAll
This commit is contained in:
parent
66d6e5e6e0
commit
dff19a5f70
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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user