We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032d3e9 commit 7326a45Copy full SHA for 7326a45
Array.d.ts
@@ -120,3 +120,5 @@ interface Array<T> {
120
*/
121
some(callbackfn: (value: T, index: number, array: T[]) => unknown, thisArg?: any): boolean;
122
}
123
+
124
+declare var Array: ArrayConstructor;
0 commit comments