1.0.0 • Published 5 years ago
@jswork/next-to-array v1.0.0
next-to-array
To array for object or array like.
installation
npm install -S @jswork/next-to-arrayusage
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.
1.0.0
5 years ago