4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import { customAlphabet } from 'nanoid'
|
|
|
|
export const nanoid = customAlphabet('abcdefghijklmnopqrstuvwxyz', 5)
|