@imran001/stringtoascii
v1.0.1
Published
Convert string to ascii code and vice versa
Downloads
1
Maintainers
Readme
About
This is a simple package that converts a string to an array of ASCII numbers and vice versa.
Usage
import { stringToAscii, asciiToString } from "@imran001/stringtoascii";
console.log(stringToAscii("hello world")); // [104, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100]
console.log(
asciiToString([104, 101, 108, 108, 111, 32, 119, 111, 114, 108, 100])
); // hello world
Hire Me
Want to work with a kickass frontend dev?
Email me at [email protected]. LinkedIn: https://www.linkedin.com/in/imrankhan001/
P.S: I excel in Remote Work Only