backend v4 half
This commit is contained in:
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import parsePhoneNumberWithError_ from './parsePhoneNumberWithError_.js'
|
||||
import normalizeArguments from './normalizeArguments.js'
|
||||
|
||||
export default function parsePhoneNumberWithError() {
|
||||
const { text, options, metadata } = normalizeArguments(arguments)
|
||||
return parsePhoneNumberWithError_(text, options, metadata)
|
||||
}
|
||||
Reference in New Issue
Block a user