()
| 64 | * Get the available packages from the packages directory. |
| 65 | */ |
| 66 | export function getPackages() { |
| 67 | const availablePackages = fs.readdirSync(packagesDir) |
| 68 | return availablePackages |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Get the available locales from the packages directory. |
no outgoing calls
no test coverage detected