An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

npmjs.org : @sndmath/set

``` npm i @sndmath/set ``` ## Import ``` import { SndSet } from '@sndmath/set'; ``` ## Union ``` let v = [2, 4, 4, 5, 17, 'lulu']; let s0 = new SndSet(v); v = [3, 14, 14, 5, 9, 17]; let s1 = new SndSet(v); let s2 = Array.from(SndSet.union(s0, s1)); consol

Registry - Source - Homepage - JSON - codemeta.json
purl: pkg:npm/%40sndmath/set
Keywords: sets operations , set , sets , operations , operations with sets
License: ISC
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: sndmath
Downloads: 51 last month
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago

    Loading...
    Readme
    Loading...