File size: 100 Bytes
bc20498
 
 
 
1
2
3
4
5
import { nanoid } from "nanoid/non-secure";
export function generateId() {
    return nanoid(10);
}