hex-to-64int

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

Usage no npm install needed!

<script type="module">
  import hexTo64int from 'https://cdn.skypack.dev/hex-to-64int';
</script>

README

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