To use this package Install the package using npm i genrandomid Then import using const generate = require('genrandomid') Then generate unique string using const randomId = generate(7) The generate function takes the length (n) of the desired random string where 1 < n <= 13