UNPKG

bit-buffer

Version:

Bit-level reads and writes for ArrayBuffers

10 lines (6 loc) 132 B
.PHONY: lint test all: lint test lint: node node_modules/.bin/jshint bit-buffer.js test: node node_modules/.bin/mocha --ui tdd