(ast: AST.AST, annotations: Annotations.Schema<A>)
| 272 | } |
| 273 | |
| 274 | const mergeSchemaAnnotations = <A>(ast: AST.AST, annotations: Annotations.Schema<A>): AST.AST => |
| 275 | AST.annotations(ast, toASTAnnotations(annotations)) |
| 276 | |
| 277 | /** |
| 278 | * @category annotations |
no test coverage detected
searching dependent graphs…