base64-arraybuffer
base64-arraybuffer copied to clipboard
Improve code quality
Essentially:
- Use constants where possible
- Declare variables and constants just before they are used to avoid mixing them
@niklasvh would you mind looking at this? This is mmainly code quality improvement but I think this makes the source code more readable and maintanable.
Similar improvements (and more) are made in the fork @hexagon/base64, contributions are welcome there 👍