Closed xiaoqufengdi closed 2 years ago
if i want to generates an ID that does not start with a number, how to do it?
Just add a string in the beginning:
`id` + nanoid()
if i want to generates an ID that does not start with a number, how to do it?