MCPcopy Create free account
hub / github.com/Effect-TS/effect / Symbol

Interface Symbol

packages/effect/src/Schema.ts:3187–3187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3185 * @since 4.0.0
3186 */
3187export interface Symbol extends Bottom<symbol, symbol, never, never, SchemaAST.Symbol, Symbol> {}
3188
3189/**
3190 * Schema for `symbol` values. Validates that the input is `typeof` `"symbol"`.

Callers 15

Channel.tsFile · 0.70
Context.tsFile · 0.70
Stream.tsFile · 0.70
Formatter.test.tsFile · 0.50
Symbol.test.tsFile · 0.50
Equal.test.tsFile · 0.50
Request.test.tsFile · 0.50
Match.test.tsFile · 0.50
Ndjson.test.tsFile · 0.50
toCodec.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected