(superblockFilename: string)
| 230 | } |
| 231 | |
| 232 | export function getSuperblockStructurePath(superblockFilename: string) { |
| 233 | return resolve(STRUCTURE_DIR, 'superblocks', `${superblockFilename}.json`); |
| 234 | } |
| 235 | |
| 236 | /** |
| 237 | * Gets language-specific configuration paths for curriculum content |
no outgoing calls
no test coverage detected