We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fde58d commit d64cd45Copy full SHA for d64cd45
1 file changed
src/typings/lib.array-ext.d.ts
@@ -0,0 +1,8 @@
1
+/*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Microsoft Corporation. All rights reserved.
3
+ * Licensed under the MIT License. See License.txt in the project root for license information.
4
+ *--------------------------------------------------------------------------------------------*/
5
+
6
+interface ArrayConstructor {
7
+ isArray<T>(arg: any): arg is Array<T>;
8
+}
0 commit comments