1.0.1 • Published 1 year ago

@imran001/stringtoascii v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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 ikhan77727@gmail.com. LinkedIn: https://www.linkedin.com/in/imrankhan001/

P.S: I excel in Remote Work Only