1.0.2 • Published 4 months ago

@codinasion/hexadecimal-to-decimal v1.0.2

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

@codinasion/hexadecimal-to-decimal

Converts a hexadecimal number to decimal.

NPM Version Downloads LICENSE

Installation

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

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

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

Usage

import { HexadecimalToDecimal } from "@codinasion/hexadecimal-to-decimal";

const hexadecimal = "80";

const decimal = HexadecimalToDecimal(hexadecimal);
console.log(decimal);

// Output
// 128

Sponsors & Backers

Sponsors

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago