UNPKG

@putout/plugin-apply-destructuring

Version:

🐊Putout plugin adds ability use destructuring on variable declarations

10 lines (8 loc) 192 B
import * as object from './object/index.js'; import * as array from './array/index.js'; import * as falsy from './falsy/index.js'; export const rules = { object, array, falsy, };