react-typescript-boilerplate icon indicating copy to clipboard operation
react-typescript-boilerplate copied to clipboard

Immutable JS Integration

Open keokilee opened this issue 10 years ago • 1 comments

There aren't any type definitions in DefinitelyTyped for this. There is a fork that has them, but since the developer hasn't provided tests, it's unlikely to get merged in soon.

https://github.com/umidbekkarimov/DefinitelyTyped/blob/b97976d391e42de9fbd341906120418c4b527900/immutable/immutable.d.ts

keokilee avatar Oct 18 '15 06:10 keokilee

Immutablejs has definitions in its own repo: https://github.com/facebook/immutable-js/tree/master/type-definitions

Keats avatar Nov 10 '15 15:11 Keats