Socket
Book a DemoInstallSign in
Socket

asciitranslator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asciitranslator

AsciiTranslator will help you to get the ascii value of the string passed in this function. You don't need to write seprate function for it.

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

AsciiTranslator

AsciiTranslator is an npm package that allows you to generate ASCII values for each character in a given string.

ascii-value

Installation

You can install AsciiTranslator via npm using the following command:

npm install asciitranslator

Usage javascript

const getAsciiValue = require("asciitranslator");

const result = getAsciiValue("Hello");

console.log(result);
//The above code will output:
[{ H: 72 }, { e: 101 }, { l: 108 }, { l: 108 }, { o: 111 }];

Contributing

If you'd like to contribute to this project, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Keywords

AsciiTranslator

FAQs

Package last updated on 02 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts