Skip to content

afeiship/next-difference

Repository files navigation

next-difference

Array difference for next.

version license size download

installation

yarn add @jswork/next-difference

usage

import '@jswork/next-difference';

nx.difference([1,2,3], [2,3]);
// [1]

license

Code released under the MIT license.