Skip to content

afeiship/next-is-phone

Repository files navigation

next-is-phone

Regexp for is phone.

version license size download

installation

npm install -S @jswork/next-is-phone

usage

import '@jswork/next-is-phone';

nx.isPhone('13200000000'); // true
nx.isPhone('4008008080');  // false

license

Code released under the MIT license.