Skip to main content
Deno 2 is finally here 🎉️
Learn more

base64id

base64id port to deno – uses Uint8Array instead of Buffer

import { generateId } from "https://deno.land/x/base64id/index.ts"

const id = generateId();