Home

Awesome

flatten-arguments npmjs.com The MIT License

Fastest, simplest and smallest. Pass arguments object or list of arguments and get flattened array.

code climate standard code style travis build status coverage status dependency status

Install

npm i flatten-arguments --save

Usage

For more use-cases see the tests

const flatten = require('flatten-arguments')

function fixture () {
  return flatten(arguments)
}

// passing arguments object directly
fixture(1, [2, 'a'], 3, {foo: 'bar'}) // => [1, 2, 'a', 3, {foo: 'bar'}]

// passing list of arguments
flatten('foo', 123, ['bar', 456], 7) // => ['foo', 123, 'bar', 456, 7]

Related

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github