@nitra/parse-phone
v1.3.0
Published
make world phone number (Ru, Ukr)
Readme
isenv
Installation
$ npm install @nitra/parse-phone --saveor
$ yarn add @nitra/parse-phoneUsage
"use strict";
import { parsePhone } from "@nitra/parse-phone";
{
/* ... */
const phone = parsePhone("+7 913 065 89 17");
if (phone) {
/* ... */
}
}License
This software is released under the MIT License.
