0.1.1 • Published 6 years ago

@offirmo/universal-debug-api-minimal-noop v0.1.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
6 years ago

This is a minimal, no-operation implementation of Offirmo’s Universal Debug API.

Isomorphic, for node and browser.

In Chrome and Firefox, this no-op code can be magically hot-swapped with the companion webextension!

See overall explanation: Offirmo’s Universal Debug API.

Usage

Use this lib to not bloat your webapp/npx bundle. This no-op implementation will do nothing: display nothing, compute nothing.

import { } from '@offirmo/universal-debug-api-minimal-noop'

TODO

Note: no bundled version provided, for this lib is targeted at lib authors, not end users.