This package has been deprecated

Author message:

The package had been integrated into micro-packed

micro-packed-debugger
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

micro-packed-debugger

Console debugging utilities for micro-packed

Allows you to retain a bit more sanity when debugging.

Usage

npm i micro-packed-debugger

Decode

import * as PD from 'micro-packed-debugger';

PD.decode(<coder>, data);

Decode

Diff

import * as PD from 'micro-packed-debugger';

PD.diff(<coder>, actual, expected);

Diff

License

MIT (c) Paul Miller (https://paulmillr.com), see LICENSE file.

Package Sidebar

Install

npm i micro-packed-debugger

Weekly Downloads

538

Version

0.4.1

License

MIT

Unpacked Size

20.9 kB

Total Files

7

Last publish

Collaborators

  • paulmillr