hodash.is-set

1.0.0 • Public • Published

Check if that shit's an ES6 Set, baby.

const _isSet = require('hodash.isset');
const set = new Set();
const notSet = {};
const dolphinatelyNotSet = null;
 
_isSet(set); // true
_isSet(notSet); // false
_isSet(dolphinatelyNotSet); // false

Readme

Keywords

Package Sidebar

Install

npm i hodash.is-set

Weekly Downloads

27

Version

1.0.0

License

ISC

Last publish

Collaborators

  • ralusek