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