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

Interface String

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

Source from the content-addressed store, hash-verified

3123 * @since 4.0.0
3124 */
3125export interface String extends Bottom<string, string, never, never, SchemaAST.String, String> {}
3126
3127/**
3128 * Schema for `string` values. Validates that the input is `typeof` `"string"`.

Callers 15

Option.test.tsFile · 0.90
Result.test.tsFile · 0.90
Schema.test.tsFile · 0.90
toStringUnknownFunction · 0.70
Graph.tsFile · 0.70
toJSONFunction · 0.70
hashFunction · 0.70
recurFunction · 0.70
formatPropertyKeyFunction · 0.70
safeToStringFunction · 0.70
serviceNotFoundErrorFunction · 0.70
Schema.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected