Statically typed non empty Set
npm install non-empty-setStatically typed countable es6 Set instances
``bash`
npm install --save non-empty-set
or using yarn
`bash`
yarn add non-empty-set
Types
* NonEmptySet: SetEmptySet
* : SetFiniteSet
* : EmptySet
Create
* function emptySetfunction nonEmptySet
* function fromSet
* function fromIterable
*
Change
* function addfunction remove
*
Validate
* function isEmptyfunction isNotEmpty
*