Replies: 1 comment
-
Up |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
in nanoid doc you can set a custom alphabet like this:
import { customAlphabet } from 'nanoid'; const nanoid = customAlphabet('1234567890abcdef', 10); model.id = nanoid() //=> "4f90d13a42"
How can I use a custom alphabet in bruno script?
Beta Was this translation helpful? Give feedback.
All reactions