summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.es2022.error.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.es2022.error.d.ts')
-rw-r--r--cli/tsc/dts/lib.es2022.error.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tsc/dts/lib.es2022.error.d.ts b/cli/tsc/dts/lib.es2022.error.d.ts
index 1888f3079..782c485e7 100644
--- a/cli/tsc/dts/lib.es2022.error.d.ts
+++ b/cli/tsc/dts/lib.es2022.error.d.ts
@@ -63,11 +63,11 @@ interface AggregateErrorConstructor {
new (
errors: Iterable<any>,
message?: string,
- options?: ErrorOptions
+ options?: ErrorOptions,
): AggregateError;
(
errors: Iterable<any>,
message?: string,
- options?: ErrorOptions
+ options?: ErrorOptions,
): AggregateError;
}