@sets/union

1.0.1 • Public • Published

@sets/union

Return the union between two sets.

const union = require('@sets/union')

console.log(union(
  new Set('hello'),
  new Set('world')
)) // "helowrd"

Installation

$ npm install --save @sets/union

API

union(lhs, rhs) -> Set

Return the union between the sets represented by lhs and rhs. The resulting set will contain all elements that appear in either lhs and rhs.

License

MIT

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i @sets/union

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • chrisdickinson