UNPKG

libphonenumber-js

Version:

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

8 lines (5 loc) 162 B
import { withMetadata } from '../min/metadata' import _format from '../es6/format' export function format() { return withMetadata(_format, arguments) }