@twoseventythree/listdiff

1.0.0 • Public • Published

listdiff

compute difference of two lists similar to Elixir's -- operator

install

$ npm install @twoseventythree/listdiff

usage

const diff = require('@twoseventythree/listdiff')

console.log(diff([1, 2, 3], [3])) // [1, 2]

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i @twoseventythree/listdiff

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

2.56 kB

Total Files

5

Last publish

Collaborators

  • twoseventythree