All annexe weakset utility functions under namespace "weakset".
npm install @annexe/weakset@annexe/weakset@annexe/weakset houses all annexe weakset methods under the weakset namespace.
The following are available methods under the weakset namespace:
- isWeakSet
``ts
import weakset from '@annexe/string';
const myVar = new WeakSet();
console.log(weakset.isWeakSet(myVar)); // logs TRUE
``