hexadecimalLowercase and hexadecimalUppercase exports misspelled
Closed this issue · 2 comments
jpricer commented
Both of the hexadecimal exports are misspelled as hecadecimalUppercase and hecadecimalLowercase
//
// /src/hexadecimal-uppercase.js
export const hecadecimalUppercase = numbers + 'ABCDEF';
// hexadecimal-lowercase.js
export const hecadecimalLowercase = numbers + 'abcdef';
CyberAP commented
Thank you! Fixed in the repo, will publish to npm some time later (with the 5.0 release).
jpricer commented
👍 Great! And thanks for the helpful little package to play around with nanoid alphabets.