1.0.7 • Published 7 years ago

mobiledicts v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

const mobile = require('mobiledicts')

// generate a random phone num

var randMobile = mobile.getMobile();

// generate a random phone num list

var randMobileList = mobile.getMobileList(10)

console.info(randMobile, randMobileList)

/**

18954170500

[ '13003188526',

'13356524390',

'13229854259',

'13811642943',

'18729226406',

'13155841682',

'13012352257',

'13742555345',

'13525254960',

'13746916987'

]

**/

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago