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,6 @@
import withMetadataArgument from './withMetadataArgument.js'
import { default as _parsePhoneNumber } from '../../core/index.js'
export function parsePhoneNumber() {
return withMetadataArgument(_parsePhoneNumber, arguments)
}