summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.es2018.promise.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/dts/lib.es2018.promise.d.ts')
-rw-r--r--cli/tsc/dts/lib.es2018.promise.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/dts/lib.es2018.promise.d.ts b/cli/tsc/dts/lib.es2018.promise.d.ts
index e5044b766..746340a76 100644
--- a/cli/tsc/dts/lib.es2018.promise.d.ts
+++ b/cli/tsc/dts/lib.es2018.promise.d.ts
@@ -26,5 +26,5 @@ interface Promise<T> {
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
* @returns A Promise for the completion of the callback.
*/
- finally(onfinally?: (() => void) | undefined | null): Promise<T>
+ finally(onfinally?: (() => void) | undefined | null): Promise<T>;
}