Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/path-exists/../duplexify/./.././debug/../node-wav/../uuid/../libphonenumber-js/mobile/exports
الملفات الموجودة في هذا الـ Path:
.
..
AsYouType.js
Metadata.js
PhoneNumberMatcher.js
findNumbers.js
findPhoneNumbersInText.js
formatIncompletePhoneNumber.js
getCountries.js
getCountryCallingCode.js
getExampleNumber.js
getExtPrefix.js
isPossiblePhoneNumber.js
isSupportedCountry.js
isValidPhoneNumber.js
parsePhoneNumber.js
parsePhoneNumberWithError.js
searchNumbers.js
searchPhoneNumbersInText.js
validatePhoneNumberLength.js
withMetadataArgument.js

مشاهدة ملف: PhoneNumberMatcher.js

// Importing from a ".js" file is a workaround for Node.js "ES Modules"
// importing system which is even uncapable of importing "*.json" files.
import metadata from '../../metadata.mobile.json.js'

import { PhoneNumberMatcher as _PhoneNumberMatcher } from '../../core/index.js'

export function PhoneNumberMatcher(text, options) {
	return _PhoneNumberMatcher.call(this, text, options, metadata)
}
PhoneNumberMatcher.prototype = Object.create(_PhoneNumberMatcher.prototype, {})
PhoneNumberMatcher.prototype.constructor = PhoneNumberMatcher