@annexe/weakset
v0.1.1
Published
All annexe weakset utility functions under namespace "weakset".
Downloads
6
Readme
@annexe/weakset
@annexe/weakset houses all annexe weakset methods under the weakset namespace.
Methods
The following are available methods under the weakset namespace:
- isWeakSet
Usage
import weakset from '@annexe/string';
const myVar = new WeakSet();
console.log(weakset.isWeakSet(myVar)); // logs TRUE