UNPKG

libphonenumber-js

Version:

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

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