UNPKG

create-cf-planetscale-app

Version:

Create a Cloudflare workers app for building production ready RESTful APIs using Hono

6 lines (4 loc) 87 B
import { nanoid } from 'nanoid' export const generateId = () => { return nanoid() }