starry.intersection

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 intersection<T = any>(
    ...iterables: Iterable<T>[]
  ): Iterable<T>

Returns the set intersection of the input iterables.

Parameters:

  • ...iterables - Iterable<T>[]

Returns: Iterable<T>

/starry.intersection/

    Package Sidebar

    Install

    npm i starry.intersection

    Weekly Downloads

    2

    Version

    4.0.0

    License

    MIT

    Unpacked Size

    7.43 kB

    Total Files

    9

    Last publish

    Collaborators

    • seangenabe