Repository Issues
developit/babel-plugin-optimize-hook-destructuring
Babel plugin for transforming this `const [a, b] = something` to this `const {1: a, 2: b} = something`.
Issues
No open indexed issues found for this repository.
Repository Issues
Babel plugin for transforming this `const [a, b] = something` to this `const {1: a, 2: b} = something`.
No open indexed issues found for this repository.
Repository Issues
Babel plugin for transforming this `const [a, b] = something` to this `const {1: a, 2: b} = something`.
No open indexed issues found for this repository.