@annexe/weakset.isweakset
v0.1.1
Published
A utility function to check if a value is of Weak Set type.
Downloads
4
Readme
@annexe/isweakset
A utility function to check if a value is of Weak Set type.
Installation
To install @annexe/isweakset
Yarn
yarn add @annexe/isweakset
NPM
npm install @annexe/isweakset
Usage
import { isWeakSet } from '@annexe/isweakset';
console.log(isSet(123)); // logs FALSE
console.log(isSet(new WeakSet()); // logs TRUE