UNPKG

libphonenumber-js

Version:

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

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