immutable 5.0.3 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/immutable.es.js +763 -474
- package/dist/immutable.js +5533 -5244
- package/dist/immutable.min.js +1 -1
- package/dist/{immutable.d.ts → type-definitions/immutable.d.ts} +253 -109
- package/dist/{immutable.js.flow → type-definitions/immutable.js.flow} +60 -60
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,9 +126,9 @@ collections in your [Flowtype](https://flowtype.org/) or [TypeScript](https://ty
|
|
|
126
126
|
advantage of type generics, error detection, and auto-complete in your IDE.
|
|
127
127
|
|
|
128
128
|
Installing `immutable` via npm brings with it type definitions for Flow (v0.55.0 or higher)
|
|
129
|
-
and TypeScript (
|
|
129
|
+
and TypeScript (v4.5 or higher), so you shouldn't need to do anything at all!
|
|
130
130
|
|
|
131
|
-
#### Using TypeScript with Immutable.js v4
|
|
131
|
+
#### Using TypeScript with Immutable.js v4+
|
|
132
132
|
|
|
133
133
|
Immutable.js type definitions embrace ES2015. While Immutable.js itself supports
|
|
134
134
|
legacy browsers and environments, its type definitions require TypeScript's 2015
|