namespacesobjectfunctionsFunction: isSymbol()On this pageFunction: isSymbol() isSymbol(value): value is symbol A type predicate for the primitive Symbol. Parameters • value: unknown Any value Returns value is symbol true if the value is a symbol. Defined in src/types.ts:28