Function
annotateEncoded
(annotations: Annotations.Bottom<S["Encoded"], readonly []>)
Source from the content-addressed store, hash-verified
| 680 | * @since 4.0.0 |
| 681 | */ |
| 682 | export function annotateEncoded<S extends Top>(annotations: Annotations.Bottom<S["Encoded"], readonly []>) { |
| 683 | return (self: S): S["Rebuild"] => flip(flip(self).annotate(annotations)) |
| 684 | } |
| 685 | |
| 686 | /** |
| 687 | * Adds key-level annotations to a schema field. This is the pipeable |
Callers
nothing calls this directly
Tested by
no test coverage detected