1.0.3 • Published 2 years ago

mobile-operator-code-idn v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What is mobile-operator-code-idn ?

mobile-operator-code-idn is a module to make it easier for developers to validate mobile phone numbers and check the operator prefix type.

install

npm install mobile-operator-code-idn or yarn add mobile-operator-code-idn

Usage

const { MobileCode } = require('mobile-operator-code-idn');

// or

import { MobileCode } from 'mobile-operator-code-idn';

Simple usage

MobileCode('0859****')

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago