destructure

0.1.0 • Public • Published

destructure

Simple workaround for non-universal array destructuring assignment.

install

For Node.js:

npm install destructure

use

var destructure = require('destructure'); // Omit this line if including the destructure.js file in a browser
var arr = [3, 4, 5];
var added = destructure(arr, function (a, b, c) {
    return a + b + c;
});
alert(added); // 12

Readme

Keywords

none

Package Sidebar

Install

npm i destructure

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • brettz9