(ast: SchemaAST.AST)
| 4 | |
| 5 | /** @internal */ |
| 6 | export function resolve(ast: SchemaAST.AST): Schema.Annotations.Annotations | undefined { |
| 7 | return ast.checks ? ast.checks[ast.checks.length - 1].annotations : ast.annotations |
| 8 | } |
| 9 | |
| 10 | /** @internal */ |
| 11 | export function resolveAt<A>(key: string) { |
no outgoing calls
no test coverage detected