CyberAP/nanoid-dictionary

hexadecimalLowercase and hexadecimalUppercase exports misspelled

Closed this issue · 2 comments

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';

Thank you! Fixed in the repo, will publish to npm some time later (with the 5.0 release).

👍 Great! And thanks for the helpful little package to play around with nanoid alphabets.