UNPKG

bbo

Version:

bbo is a utility library of zero dependencies for javascript.

10 lines (6 loc) 146 B
'use strict'; var get_tag = require('./get_tag.js'); function isSet(set) { return get_tag(set) === '[object Set]'; } module.exports = isSet;