MCPcopy 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 */
412export const isSymbol = (input: unknown): input is symbol => typeof input === "symbol"
413
414// TODO: make public
415/**

Callers 1

isPropertyKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected