@jswork/next-is-array
v1.0.0
Published
Array.isArray polly fill for next.
Readme
next-is-array
Array.isArray polly fill for next.
installation
npm install -S @jswork/next-is-arrayusage
import '@jswork/next-is-array';
nx.isArray(null); // false
nx.isArray([]); // truelicense
Code released under the MIT license.
