mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 08:42:12 +10:00
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { customAlphabet } from 'nanoid';
|
|
|
|
export const alphaid = customAlphabet('0123456789abcdefghijklmnopqrstuvwxyz', 21);
|
|
|
|
export { nanoid } from 'nanoid';
|