@codinasion/hexadecimal-to-octal
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@codinasion/hexadecimal-to-octal

Converts a hexadecimal number to octal.

NPM Version Downloads LICENSE

rainbow hr

Installation

# if you're using pnpm
pnpm add @codinasion/hexadecimal-to-octal

# or, if you're using npm
npm install @codinasion/hexadecimal-to-octal

# or, if you're using yarn
yarn add @codinasion/hexadecimal-to-octal
rainbow hr

Usage

import { HexadecimalToOctal } from "@codinasion/hexadecimal-to-octal";

const hexadecimal = "80";

const octal = HexadecimalToOctal(hexadecimal);
console.log(octal);

// Output
// 200
rainbow hr

Sponsors & Backers

Sponsors

rainbow hr

Made with 💖 by Codinasion

rainbow hr

Package Sidebar

Install

npm i @codinasion/hexadecimal-to-octal

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

5.35 kB

Total Files

5

Last publish

Collaborators

  • harshraj8843