UNPKG

@enonic/js-utils

Version:
6 lines (5 loc) 97 B
// value/isSymbol.ts var isSymbol = (value) => typeof value === "symbol"; export { isSymbol };