(annotations: Annotations.Bottom<S["Type"], S["~type.parameters"]>)
| 647 | * @since 4.0.0 |
| 648 | */ |
| 649 | export function annotate<S extends Top>(annotations: Annotations.Bottom<S["Type"], S["~type.parameters"]>) { |
| 650 | return (self: S) => self.annotate(annotations) |
| 651 | } |
| 652 | |
| 653 | /** |
| 654 | * Adds metadata annotations to the **encoded** side of a schema without |