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

1.0.2 • Public • Published

@codinasion/hexadecimal-to-decimal

Converts a hexadecimal number to decimal.

NPM Version Downloads LICENSE

rainbow hr

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
rainbow hr

Usage

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

const hexadecimal = "80";

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

// Output
// 128
rainbow hr

Sponsors & Backers

Sponsors

rainbow hr

Made with 💖 by Codinasion

rainbow hr

Package Sidebar

Install

npm i @codinasion/hexadecimal-to-decimal

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

5.31 kB

Total Files

5

Last publish

Collaborators

  • harshraj8843