# babel-plugin-optimize-hook-destructuring **Repository Path**: mirrors_developit/babel-plugin-optimize-hook-destructuring ## Basic Information - **Project Name**: babel-plugin-optimize-hook-destructuring - **Description**: Babel plugin for transforming this `const [a, b] = something` to this `const {1: a, 2: b} = something`. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # babel-plugin-numeric-keys-array-destructure Babel plugin for transforming this `const [a, b, {c}] = something` to this `const {0: a, 1: b, 2: {c}} = something`.