mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
5 lines
No EOL
135 B
JavaScript
5 lines
No EOL
135 B
JavaScript
import Metadata from './metadata'
|
|
|
|
export default function getCountries(metadata) {
|
|
return new Metadata(metadata).getCountries()
|
|
} |