This commit is contained in:
zznty
2024-05-30 16:04:19 +07:00
commit 4146027cb7
797 changed files with 116788 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import normalizeArguments from './normalizeArguments.js';
import parsePhoneNumber_ from './parsePhoneNumber_.js';
export default function parsePhoneNumber() {
var _normalizeArguments = normalizeArguments(arguments),
text = _normalizeArguments.text,
options = _normalizeArguments.options,
metadata = _normalizeArguments.metadata;
return parsePhoneNumber_(text, options, metadata);
}
//# sourceMappingURL=parsePhoneNumber.js.map