ComputeBinding
The authoring marker `compute()` produces — read back by `getComputed`.
The authoring marker compute() produces — read back by getComputed.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface ComputeBinding<T> { readonly kind: "compute"; readonly fn: (f: Facts) => T;}