@ilihub/decimal-to-ascii
Decimal to ASCII converter TypeScript library.

Installation
pnpm add @ilihub/decimal-to-ascii
npm install @ilihub/decimal-to-ascii
yarn add @ilihub/decimal-to-ascii
Usage
import { DecimalToAscii } from "@ilihub/decimal-to-ascii";
const decimal = 72;
const ascii = DecimalToAscii(decimal);
console.log(ascii);
đ ď¸ Online Tool âĄ
You can use this npm package as an online tool by clicking on the link provided đđť here đđť
Support the development of new open-source projects from ilihub through crowdfunding.
The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.
