3.0.2 • Published 7 months ago

betterset v3.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 months ago

BetterSet

A simple extension of the inbuilt javascript Set object, adding some set operation functions.

Functions

As well as all the standard javascript functions, the BetterSet adds these set operation functions:

  • addAll
  • complement
  • deleteAll
  • difference
  • equals
  • intersection
  • union

It also includes convenience functions which mimic Array behaviour.

  • map
  • reduce

    Build Status Coverage Status Dependencies Dev Dependencies

3.0.2

7 months ago

3.0.1

7 months ago

3.0.0

5 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago