This codemod helps in tranformation, related to some import packages.
In v5, the project was maintained as a large set of sub-packages managed as a monorepo.
In v6 all imports are available in the root package, and for those who wish to have finer-grained control, the pkg.exports makes certain folders available directly.
Example
Before
ts
After
ts
,
Before
ts
After
ts