node-jspack
node-jspack copied to clipboard
JavaScript library to pack primitives to octet arrays, packaged for NodeJS
Attempting to unpack a string, I'm receiving an array of NaN values. Any insight into this would be greatly appreciated. Brief example code: ``` b = "thisismyegstring"; return JSPack.unpack('>' +...
NPM
Any chance you could publish this to NPM? A package I wrote/ported is using it, but currently as a submodule. I'd really like to just make it an npm dependency....
Though I just noticed it's actually on npm, it's probably a good idea to have the package metadata here.