What's Changed
- Migrate some files to TS by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2125
- Iterator.ts
- PairSorting.ts
- toJS.ts
- Math.ts
- Hash.ts
- Extract CollectionHelperMethods and convert to TS by @jdeniau in https://github.com/immutable-js/immutable-js/pull/2131
- Use npm trusted publishing only to...