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

1.0.2 • Public • Published

@codinasion/decimal-to-hexadecimal

Converts a decimal number to hexadecimal.

NPM Version Downloads LICENSE

rainbow hr

Installation

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

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

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

Usage

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

const decimal = 128;

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

// Output
// 80
rainbow hr

Sponsors & Backers

Sponsors

rainbow hr

Made with 💖 by Codinasion

rainbow hr

Package Sidebar

Install

npm i @codinasion/decimal-to-hexadecimal

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

5.42 kB

Total Files

5

Last publish

Collaborators

  • harshraj8843