1.3.0 • Published 2 years ago

@nitra/parse-phone v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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.

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago