JSPM

  • Created
  • Published
  • Downloads 425
  • Score
    100M100P100Q82329F
  • License MIT

A set is a collection of unique values.

Package Exports

  • extra-set

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (extra-set) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

A set is a collection of unique values.

const set = require('extra-set');
// Set.is(<value>)
// Set.equal(<set1>, <set2>)
// ...

Datatype methods:

About methods:

Transform methods:

Functional methods:

Evaluate methods:

nodef