Skip to content

afeiship/next-empty

Repository files navigation

next-empty

Empty array or object.

version license size download

installation

npm install -S @jswork/next-empty

usage

import '@jswork/next-empty';

nx.empty({ name:'afei' });   // {}
nx.empty([1,2,3]);           // []

license

Code released under the MIT license.