getComputed
Reads a schema's `COMPUTED` handle→fn map, or `{}` when none is attached.
Reads a schema’s COMPUTED handle→fn map, or {} when none is attached.
Import from @homepages/template-kit.
Signature
Section titled “Signature”function getComputed(schema: unknown): Record<string, (f: Facts) => unknown>Parameters
Section titled “Parameters”| Name | Type | Required | Description |
|---|---|---|---|
schema |
unknown |
required |
Returns
Section titled “Returns”Record<string, (f: Facts) => unknown>