1.0.2 • Published 4 months ago

@codinasion/hexadecimal-to-octal v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/hexadecimal-to-octal

Converts a hexadecimal number to octal.

NPM Version Downloads LICENSE

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

Usage

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

const hexadecimal = "80";

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

// Output
// 200

Sponsors & Backers

Sponsors

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago