@8kb/bit.io
Version:
`bit.io` is a js/ts library for reading individual bits from an `ArrayBuffer`.
23 lines (22 loc) • 383 B
JSON
{
"name": "@8kb/bit.io",
"version": "0.0.0",
"type": "module",
"export": {
".": "./mod.js"
},
"files": [
"mod.js",
"mod.ts",
"read.js",
"read.ts",
"readme.md"
],
"scripts": {
"build": "tsc",
"test": "tsc && node --test --watch"
},
"keywords": ["binary", "ArrayBuffer", "bit", "8kb"],
"author": "PPz",
"license": "UNLICENSED"
}