defragment-array

1.0.0 • Public • Published

defragment-array

Defragment An Array

Install

npm install defragment-array

Sample

If you have an array like this ['Audi', '', 'BMW', 'Audi', '', 'BMW', 'Audi', '', 'BMW'], the output will be something like below [ 'Audi', 'BMW', 'Audi', 'BMW', 'Audi', 'BMW', '', '', '' ]

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i defragment-array

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ansadm