summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.es2018.regexp.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.es2018.regexp.d.ts')
-rw-r--r--cli/tsc/dts/lib.es2018.regexp.d.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/tsc/dts/lib.es2018.regexp.d.ts b/cli/tsc/dts/lib.es2018.regexp.d.ts
index 9464390a9..581684872 100644
--- a/cli/tsc/dts/lib.es2018.regexp.d.ts
+++ b/cli/tsc/dts/lib.es2018.regexp.d.ts
@@ -18,14 +18,14 @@ and limitations under the License.
interface RegExpMatchArray {
groups?: {
- [key: string]: string
- }
+ [key: string]: string;
+ };
}
interface RegExpExecArray {
groups?: {
- [key: string]: string
- }
+ [key: string]: string;
+ };
}
interface RegExp {
@@ -34,4 +34,4 @@ interface RegExp {
* Default is false. Read-only.
*/
readonly dotAll: boolean;
-} \ No newline at end of file
+}