UNPKG

pure-conditions

Version:
5 lines (4 loc) 116 B
function isSet (value) { return Object.prototype.toString.call(value) === '[object Set]' } module.exports = isSet