Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.09 KB

next-arrayify

Simpliy to array.

version license size download

installation

npm install -S @jswork/next-arrayify

usage

import '@jswork/next-arrayify';

nx.arrayify(null);      //[]
nx.arrayify(undefined); //[]
nx.arrayify([1,2,3])    //[1,2,3]

license

Code released under the MIT license.