Files
SerpentRace/SerpentRace_Backend/node_modules/libphonenumber-js/source/parsePhoneNumberWithError_.js
T
2025-07-18 09:20:40 +02:00

5 lines
166 B
JavaScript

import parse from './parse.js'
export default function parsePhoneNumberWithError(text, options, metadata) {
return parse(text, { ...options, v2: true }, metadata)
}