UNPKG

bbo

Version:

bbo is a utility library of zero dependencies for javascript.

8 lines (5 loc) 124 B
import getTag from './get_tag.js'; function isSet(set) { return getTag(set) === '[object Set]'; } export default isSet;