2024-11-01 18:09:32 +08:00
|
|
|
import { customAlphabet } from 'nanoid';
|
|
|
|
|
|
2024-11-28 17:36:45 +08:00
|
|
|
export const randomNumber = customAlphabet('1234567890', 4);
|
2024-11-04 10:38:15 +08:00
|
|
|
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 12);
|