Helpful.js v1.0.1
This release includes the following methods:
stringToArray
- Converts a string into an array of individual charactersduplicateArray
- Duplicates an array by creating a new array and transferring all the elements from the first arrayhex.convertFromString
- Converts a string to hexadecimalhex.convertToString
- Converts hexadecimal to a stringhex.convertFromBytes
- Converts a bytes array to hexadecimalhex.convertToBytes
- Converts hexadecimal to a bytes array
Information, contributing guidelines, documentation template, test cases template, issue template, pull request template, and CI tests have been added in the first release of helpful.js
.