mirror of
https://github.com/certd/certd.git
synced 2026-04-21 18:37:28 +08:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
import { customAlphabet } from 'nanoid';
|
|
|
|
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 10);
|