You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
504 B
JavaScript
17 lines
504 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports["default"] = getExampleNumber;
|
|
|
|
var _PhoneNumber = _interopRequireDefault(require("./PhoneNumber.js"));
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
|
|
function getExampleNumber(country, examples, metadata) {
|
|
if (examples[country]) {
|
|
return new _PhoneNumber["default"](country, examples[country], metadata);
|
|
}
|
|
}
|
|
//# sourceMappingURL=getExampleNumber.js.map
|