hexadecimal-to-decimal

1.0.2 • Public • Published

hexadecimal-to-decimal

hexadecimal-to-decimal is a simple nodejs package to convert hexadecimal to decimal easily with just one line of code.

Installation

npm i hexadecimal-to-decimal --save

Usage

Convert with just one line of code

  • Convert hexadecimal to decimal with just one line of code. For one of my projects, I had to create a tool to convert hexadecimal to decimal so I have created this one. To get the perfect conversion of hexadecimal numbers, I have used Bignumber.js library.

Hexadecimal to decimal conversion:

var decimal = require('hexadecimal-to-decimal')

console.log(decimal.decimal("10"));

Package Sidebar

Install

npm i hexadecimal-to-decimal

Weekly Downloads

16

Version

1.0.2

License

ISC

Unpacked Size

1.63 kB

Total Files

3

Last publish

Collaborators

  • swaratrivedi