Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@hackbg/dump

hackbg56MIT1.0.2TypeScript support: included

Use Braille characters to print binary data legibly. JS/TS version of Justinne Tunney's brailledump (https://justine.lol/braille/)

braille, binary, dump, debug

readme

@hackbg/dump

This package is our JS (well, TS) implementation of brailledump by the amazing Justinne Tunney. It uses Braille characters to print binary data legibly.

import { brailleDump } from '@hackbg/dump'
console.log(brailleDump(/* some Uint8Array */))

Made with #%&! @ Hack.bg