varint-fraction
v1.0.0
Published
WIP - nothing to see here
Readme
varint-fraction
Small thing that encodes a fractional number into a two varints.
npm install varint-fractionUsage
const varintf = require('varint-fraction')
const buf = varintf.encode(0.42)
console.log(varintf.decode(buf)) // 0.42License
MIT
