Skip to content

zubair1024/hex-to-64int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published