@jswork/next-to-array

1.0.0 • Public • Published

next-to-array

To array for object or array like.

version license size download

installation

npm install -S @jswork/next-to-array

usage

import '@jswork/next-to-array';

const obj = {
  0: 'a',
  1: 'b',
  2: 'c'
};
nx.toArray(obj);    //['a','b','c'];

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-to-array

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.75 kB

Total Files

5

Last publish

Collaborators

  • afeiship