UNPKG

70 BJavaScriptView Raw
1const isSymbol = (x) => typeof x === "symbol";
2export {
3 isSymbol
4};