Console debugging utilities for micro-packed
Allows you to retain a bit more sanity when debugging.
npm i micro-packed-debugger
import * as PD from 'micro-packed-debugger';
PD.decode(<coder>, data);
import * as PD from 'micro-packed-debugger';
PD.diff(<coder>, actual, expected);
MIT (c) Paul Miller (https://paulmillr.com), see LICENSE file.