1.0.2 • Published 4 months ago

@codinasion/binary-to-hexadecimal v1.0.2

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

@codinasion/binary-to-hexadecimal

Converts binary to hexadecimal

NPM Version Downloads LICENSE

Installation

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

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

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

Usage

import { BinaryToHexadecimal } from "@codinasion/binary-to-hexadecimal";

const binary = "10000000";

const hexadecimal = BinaryToHexadecimal(binary);
console.log(hexadecimal);

// Output
// 80

Sponsors & Backers

Sponsors

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago