1 2 3 4 5 6
import { customAlphabet } from "nanoid" export const generateId = () => customAlphabet("123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz")( 22, )