UNPKG

@enonic/js-utils

Version:
2 lines (1 loc) 95 B
export const isSymbol = (value :symbol|unknown) :value is symbol => typeof value === 'symbol';