UNPKG

@jrc03c/js-math-tools

Version:
6 lines (4 loc) 77 B
function isSymbol(x) { return typeof x === "symbol" } export { isSymbol }