starry.set-equals

4.0.0 • Public • Published

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

Package Sidebar

Install

npm i starry.set-equals

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

6.02 kB

Total Files

9

Last publish

Collaborators

  • seangenabe