mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 16:12:14 +11:00
7 lines
202 B
JavaScript
7 lines
202 B
JavaScript
import { withMetadata } from '../min/metadata'
|
|
|
|
import _findPhoneNumbers from '../es6/findPhoneNumbers'
|
|
|
|
export function findPhoneNumbers() {
|
|
return withMetadata(_findPhoneNumbers, arguments)
|
|
}
|