This package has been deprecated

Author message:

Package no longer supported. Use at your own risk.

nexxa-atoa

1.0.2 • Public • Published

atoa Build Status

Converts javascript "arguments" object into array.

Instead of the using the widespread Array.prototype.slice method, it copies the arguments items into a real array for better optimization, as explained here (look at the Important alert) and here.

API

atoa(args, [start])

Param Type Default Description
args object the arguments array-like object
start number 0 starting index (0-based)

Contribution

Fork it and start to edit.

Testing is made with TAPE and tap-spec reporter.

Continuous integration courtesy of Travis CI.

Reference

Package Sidebar

Install

npm i nexxa-atoa

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • stefano_magrassi