@types/lodash
Advanced tools
@@ -104,2 +104,3 @@ import _ = require("../index"); | ||
| */ | ||
| max<T>(collection: readonly [T, ...T[]]): T; | ||
| max<T>(collection: List<T> | null | undefined): T | undefined; | ||
@@ -220,2 +221,3 @@ } | ||
| */ | ||
| min<T>(collection: readonly [T, ...T[]]): T; | ||
| min<T>(collection: List<T> | null | undefined): T | undefined; | ||
@@ -222,0 +224,0 @@ } |
| { | ||
| "name": "@types/lodash", | ||
| "version": "4.17.20", | ||
| "version": "4.17.21", | ||
| "description": "TypeScript definitions for lodash", | ||
@@ -54,4 +54,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "965f926f13027c7e00359bf3899ec168b333c7e871110fa4d25af188bdcf5f08", | ||
| "typeScriptVersion": "5.1" | ||
| "typesPublisherContentHash": "262ec0cf23acf06f09c8d1c50a22c7fb7947e11fcaefe36187c657c5f438e04c", | ||
| "typeScriptVersion": "5.2" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Tue, 01 Jul 2025 20:02:28 GMT | ||
| * Last updated: Sat, 22 Nov 2025 15:33:02 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
869481
0.05%19184
0.08%