``` npm install ts-hashset ```
npm install ts-hashset
``npm install ts-hashset`
`tsimport { HashSet } from 'ts-hashset';
tsimport { HashSet } from 'ts-hashset';
const set = HashSet.of([1, 2, 3]);
function foo(set: Set) {}
foo(set); // OK``