ts-hashset
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Installation

npm install ts-hashset

Input validation

import { HashSet } from 'ts-hashset';

const set = HashSet.of([1, 2, 3]);

function foo(set: Set<number>) {}

foo(set); // OK

/ts-hashset/

    Package Sidebar

    Install

    npm i ts-hashset

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    48.4 kB

    Total Files

    11

    Last publish

    Collaborators

    • jbt95__