mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
7 lines
No EOL
256 B
JavaScript
7 lines
No EOL
256 B
JavaScript
import PhoneNumber from './PhoneNumber';
|
|
export default function getExampleNumber(country, examples, metadata) {
|
|
if (examples[country]) {
|
|
return new PhoneNumber(country, examples[country], metadata);
|
|
}
|
|
}
|
|
//# sourceMappingURL=getExampleNumber.js.map
|