pengzhanbo 4464703b7b
test: add unit test (#262)
* test: add unit test

* chore: tweak

* chore: tweak
2024-10-12 02:09:15 +08:00

4 lines
111 B
TypeScript

import { customAlphabet } from 'nanoid'
export const nanoid = customAlphabet('abcdefghijklmnopqrstuvwxyz', 5)