(blockType: string)
| 121 | |
| 122 | /** Canonical VFS path for a block catalog entry (`components/blocks/{type}.json`). */ |
| 123 | export function canonicalBlockVfsPath(blockType: string): string { |
| 124 | return `components/blocks/${blockType}.json` |
| 125 | } |
no outgoing calls
no test coverage detected