Skip to content

afeiship/next-is-array

Repository files navigation

next-is-array

Array.isArray polly fill for next.

version license size download

installation

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

usage

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

nx.isArray(null);   // false
nx.isArray([]);     // true

license

Code released under the MIT license.