What is nanoid?
"A tiny (118 bytes), secure URL-friendly unique string ID generator"
nanoid is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 12.0 KB on disk.
Installation Guide
# Install via NPM
npm install nanoid
# Install via Yarn
yarn add nanoid