UNPKG

59 BJavaScriptView Raw
1const isSet = (x) => x instanceof Set;
2export {
3 isSet
4};