From 68d356eed91731cd0c13eb946f296aa90ef4d5ac Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 6 Dec 2023 18:49:34 -0500 Subject: feat: TypeScript 5.3 (#21480) https://github.com/denoland/TypeScript/pull/9 --- cli/tsc/dts/lib.es2016.array.include.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tsc/dts/lib.es2016.array.include.d.ts') diff --git a/cli/tsc/dts/lib.es2016.array.include.d.ts b/cli/tsc/dts/lib.es2016.array.include.d.ts index 8acbe4aeb..3aa5a044e 100644 --- a/cli/tsc/dts/lib.es2016.array.include.d.ts +++ b/cli/tsc/dts/lib.es2016.array.include.d.ts @@ -113,4 +113,4 @@ interface Float64Array { * @param fromIndex The position in this array at which to begin searching for searchElement. */ includes(searchElement: number, fromIndex?: number): boolean; -} \ No newline at end of file +} -- cgit v1.2.3