You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base
With the default character set you can pick any number between 2-64 for encoding. The higher the number the shorter the ID.
symbols
Currently you can specify any provided symbol string by name (base64 or base64URL for now) or pass a string of unique characters.
// Any number within the provided symbol string lengthflaky.id(48)// `null` will skip argumentsflaky.id(null,'base64URL')// Pass your own set of characters. Useful if you want a higher base encoding.flaky.id(85,'0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*()-_=+/?<>,.;:|')