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

1.0.2 • Public • Published

@codinasion/hexadecimal

A collection of useful TypeScript functions and utilities for converting hexadecimal to other number systems.

NPM Version Downloads LICENSE

rainbow hr

Installation

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

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

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

Usage

import { HexadecimalToBinary } from "@codinasion/hexadecimal";

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

Package Sidebar

Install

npm i @codinasion/hexadecimal

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

6.79 kB

Total Files

5

Last publish

Collaborators

  • harshraj8843