Skip to content

shortid

shortid

shortid is used to generate short unique identifiers.

It is useful when compact IDs are needed.

Generate a Short ID

const id = modules.shortid.generate()

Example Output

id → "ppBqWA9"

Official Documentation

shortid Docs