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