🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter, drop-in ESLint superpower replacement 💪 with built-in support for js, jsx, typescript, flow, markdown, yaml and json. Write declarative codemods in a simplest possible way 😏
input: a.ts
after run
npx putout --fix a.ts
output:function getA is a exported value, it is used by other modules, why remove
export
?