Hyperlinkv0.8.0-beta.28

SchemaAST

SchemaAST.resolveAtconsteffect/SchemaAST.ts:3816
<A>(key: string): (ast: AST) => A | undefined

Returns a single annotation value by key from the AST node.

Details

Like resolve, reads from the last check's annotations when checks are present. Returns undefined if the key is not found.

annotationsresolve
export const resolveAt: <A>(key: string) => (ast: AST) => A | undefined = InternalAnnotations.resolveAt