UNPKG

fliphub-monorepo

Version:
7 lines (6 loc) 130 B
module.exports = function isSet(input) { if (typeof Set === 'undefined') { return false } return input instanceof Set }