README
Offirmo’s Universal Debug API - no op implementation
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.