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

Method getParser

packages/effect/src/SchemaAST.ts:1017–1019  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1015 readonly _tag = "ObjectKeyword"
1016 /** @internal */
1017 getParser() {
1018 return fromRefinement(this, Predicate.isObjectKeyword)
1019 }
1020 /** @internal */
1021 getExpected(): string {
1022 return "object | array | function"

Callers

nothing calls this directly

Calls 1

fromRefinementFunction · 0.85

Tested by

no test coverage detected