@ilihub/octal
Octal number system conversion typescript functions

Installation
pnpm add @ilihub/octal
npm install @ilihub/octal
yarn add @ilihub/octal
Usage
import { Octal } from "@ilihub/octal";
const octal = new Octal("101");
const ascii = octal.toAscii();
console.log(ascii);
const binary = octal.toBinary();
console.log(binary);
const decimal = octal.toDecimal();
console.log(decimal);
const hexadecimal = octal.toHexadecimal();
console.log(hexadecimal);
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.
