@nitra/parse-phone

1.2.0 • Public • Published

isenv

Maintainability

Installation

$ npm install @nitra/parse-phone --save

or

$ yarn add @nitra/parse-phone

Usage

"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.

Readme

Keywords

none

Package Sidebar

Install

npm i @nitra/parse-phone

Weekly Downloads

10

Version

1.2.0

License

MIT

Unpacked Size

4.04 kB

Total Files

4

Last publish

Collaborators

  • vitaliytv