4.0.0 • Published 6 years ago

starry.set-equals v4.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Member of the starry suite—modular functions for iterable objects.

npm node

Status

Applies to the whole suite.

Build Status Coverage Status

Usage

function setEquals<TAll = any>(...iterables: Iterable<TAll>[]): boolean

Returns whether the given sets hold set equality with each other. If a given input is not an instance of Set, it is converted into one.

Parameters:

  • iterables - Array<Iterable<T>>

Returns: boolean

4.0.0

6 years ago

3.0.0

7 years ago

3.0.0-1

7 years ago

3.0.0-0

7 years ago

2.0.0

7 years ago

2.0.0-0

7 years ago

1.5.0

7 years ago