Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Schema.ts
File
Schema.ts
repos/effect/packages/effect/src/Schema.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Describes data shapes and how unknown input becomes trusted values.
3
*
4
* A schema can validate input, decode it into an application
type
, and encode
Callers
nothing calls this directly
Calls
15
format
Function · 0.90
formatPropertyKey
Function · 0.90
UndefinedOr
Interface · 0.85
makeIsGreaterThan
Function · 0.85
makeIsGreaterThanOrEqualTo
Function · 0.85
makeIsLessThan
Function · 0.85
makeIsLessThanOrEqualTo
Function · 0.85
makeIsBetween
Function · 0.85
makeIsMultipleOf
Function · 0.85
isLengthBetween
Function · 0.85
dateArbitraryConstraints
Function · 0.85
isDateValid
Function · 0.85
Tested by
no test coverage detected