@types/lodash
Advanced tools
@@ -249,2 +249,6 @@ import _ = require("../index"); | ||
| type List<T> = ArrayLike<T>; | ||
| interface MutableList<T> { // Needed since ArrayLike is readonly | ||
| length: number; | ||
| [k: number]: T; | ||
| } | ||
| interface Dictionary<T> { | ||
@@ -251,0 +255,0 @@ [index: string]: T; |
| { | ||
| "name": "@types/lodash", | ||
| "version": "4.17.19", | ||
| "version": "4.17.20", | ||
| "description": "TypeScript definitions for lodash", | ||
@@ -54,4 +54,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "81ab89b6410e58e49431522c43180d313e8d933b3579861c67939db949594e82", | ||
| "typesPublisherContentHash": "965f926f13027c7e00359bf3899ec168b333c7e871110fa4d25af188bdcf5f08", | ||
| "typeScriptVersion": "5.1" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Wed, 25 Jun 2025 22:36:35 GMT | ||
| * Last updated: Tue, 01 Jul 2025 20:02:28 GMT | ||
| * Dependencies: none | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is too big to display
869050
0.11%19169
0.05%