Skip to content

Commit 7326a45

Browse files
committed
fix missing declaration
1 parent 032d3e9 commit 7326a45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Array.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,5 @@ interface Array<T> {
120120
*/
121121
some(callbackfn: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean;
122122
}
123+
124+
declare var Array: ArrayConstructor;

0 commit comments

Comments
 (0)