1.0.3 • Published 3 years ago

randomstring-js v1.0.3

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

randomstring-js

Download Stats

Libary to create random strings.

Installation

You need to use npm to install randomstring-js:

npm install randomstring-js

Usage

import {randomstring} from 'randomstring-js'

randomstring()
>> "9Cey30r31oLyvWHWXZO0fDAdWN7kf6uw"

randomstring(10)
>> "kybqes7eJt"

randomstring({
  length: 16,
  charset: 'alphanumeric'
})
>> "v82ntOfiwi3u0V1P"

randomstring.generate({
  charset: 'thiago'
})
>> "gohgoogiaoigthiitaatiitgotatoogh"

OPTIONS

randomstring-js

  • randomstring(options)
    • length - default: 32
    • charset - default: 'alphanumeric'

LICENSE

randomstring-js is licensed under the MIT license