Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isSymbol
Function
isSymbol
packages/effect/src/Predicate.ts:412–412 ·
view source on GitHub ↗
(input: unknown)
Source
from the content-addressed store, hash-verified
410
* @since 2.0.0
411
*/
412
export
const
isSymbol = (input: unknown): input is symbol => typeof input ===
"symbol"
413
414
// TODO: make public
415
/**
Callers
1
isPropertyKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected