UNPKG

libphonenumber-js

Version:

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript

6 lines (5 loc) 224 B
import withMetadataArgument from './withMetadataArgument.js' import { getExtPrefix as _getExtPrefix } from '../../core/index.js' export function getExtPrefix() { return withMetadataArgument(_getExtPrefix, arguments) }