@types/isarray
Advanced tools
Comparing version 2.0.2 to 2.0.3
export = isarray; | ||
declare function isarray(p0: any): boolean; | ||
declare function isarray(value: unknown): value is unknown[]; |
{ | ||
"name": "@types/isarray", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for isarray", | ||
@@ -12,2 +12,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray", | ||
"url": "https://github.com/claasahl" | ||
}, | ||
{ | ||
"name": "Jordan Harband", | ||
"githubUsername": "ljharb", | ||
"url": "https://github.com/ljharb" | ||
} | ||
@@ -24,4 +29,5 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ac93b9414b810119a47ead8ba2dd638cf54e91efc1175c8a0e0e7a9f46076af9", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "267df03f4f322c7a2bbc94505bc2da7c1a94a3ac42c544d9924f384e525413c8", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -13,3 +13,3 @@ # Installation | ||
declare function isarray(p0: any): boolean; | ||
declare function isarray(value: unknown): value is unknown[]; | ||
@@ -19,6 +19,6 @@ ```` | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Tue, 17 Dec 2024 20:02:28 GMT | ||
* Dependencies: none | ||
# Credits | ||
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl). | ||
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl), and [Jordan Harband](https://github.com/ljharb). |
2908