@sndmath/set
v1.0.2npm· JavaScript``` 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
The verdict
Abandoned. Last published 3 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 3 years ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
No runtime dependencies
Recent releases
- 1.0.23 years ago
- 1.0.13 years ago
- 1.0.03 years ago