(block: string)
| 115 | } |
| 116 | |
| 117 | export function getBlockStructurePath(block: string) { |
| 118 | return resolve(BLOCK_STRUCTURE_DIR, `${block}.json`); |
| 119 | } |
| 120 | |
| 121 | export function getBlockStructureDir() { |
| 122 | return BLOCK_STRUCTURE_DIR; |
no outgoing calls
no test coverage detected