Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ typeSchema
Function
typeSchema
packages/effect/src/Schema.ts:415–415 ·
view source on GitHub ↗
(schema: Schema<A, I, R>)
Source
from the content-addressed store, hash-verified
413
* @since 3.10.0
414
*/
415
export
const
typeSchema = <A, I, R>(schema: Schema<A, I, R>): SchemaClass<A> => make(AST.typeAST(schema.ast))
416
417
/* c8 ignore start */
418
export
{
Callers
15
ArrayEnsure
Function · 0.85
NonEmptyArrayEnsure
Function · 0.85
optionalPropertySignatureAST
Function · 0.85
Schema.ts
File · 0.85
clamp
Function · 0.85
Redacted
Function · 0.85
head
Function · 0.85
headNonEmpty
Function · 0.85
Option
Function · 0.85
OptionFromNullOr
Function · 0.85
OptionFromNullishOr
Function · 0.85
OptionFromUndefinedOr
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected