UNPKG

pure-conditions

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