mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
7 lines
No EOL
259 B
JavaScript
7 lines
No EOL
259 B
JavaScript
import _findNumbers from './findNumbers_'
|
|
import { normalizeArguments } from './parsePhoneNumber'
|
|
|
|
export default function findNumbers() {
|
|
const { text, options, metadata } = normalizeArguments(arguments)
|
|
return _findNumbers(text, options, metadata)
|
|
} |