You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
We have react application, which is used immutable js. Now i am converting to typescript. I didn't find any proper document with examples how immutable js works with typescript. Can any one provide the document with examples or reference links. Most of the functions we are using like getIn,setIn,update,set etc. How can i use these in typescript without using any keyword.