1.3.0 • Published 2 years ago
@nitra/parse-phone v1.3.0
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.