hex-to-64int

1.0.1 • Public • Published

hex-to-64int

author stable

Usage

Convert 8-byte hexadecimal string to 64-bit integer string

const hexTo64Int = require("hex-to-64int");
hexTo64Int("100000a218da0085");
//=> 1152922200808489093

Running tests

Install dev dependencies:

$ npm i -d && npm test

Author

Zubair Ahmed

Readme

Keywords

none

Package Sidebar

Install

npm i hex-to-64int

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

9.02 kB

Total Files

4

Last publish

Collaborators

  • zubair1024