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

1.0.2 • Public • Published

@codinasion/hexadecimal-to-binary

Converts a hexadecimal number to binary.

NPM Version Downloads LICENSE

rainbow hr

Installation

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

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

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

Usage

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

const hexadecimal = "80";

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

// Output
// 10000000
rainbow hr

Sponsors & Backers

Sponsors

rainbow hr

Made with 💖 by Codinasion

rainbow hr

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @codinasion/hexadecimal-to-binary

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

5.26 kB

Total Files

5

Last publish

Collaborators

  • harshraj8843