()
| 113 | |
| 114 | /** All block metas keyed by block type. */ |
| 115 | export function getAllBlockMeta(): Record<string, BlockMeta> { |
| 116 | return BLOCK_META_REGISTRY |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * A template scoped to a viewing block, enriched with `otherBlockTypes` — |
no outgoing calls
no test coverage detected