modularize_imports 7.0.0

AST Transforms for import modularizer
Documentation
1
2
import defaultExport, { someNamedExport } from "my-mixed-named";
import otherDefaultExport, * as starExport from "my-mixed-star";