UNPKG

libphonenumber-js

Version:

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

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