@offirmo/universal-debug-api-minimal-noopdeprecated

Implementation of Offirmo’s Universal Debug Api doing nothing at all

Usage no npm install needed!

<script type="module">
  import offirmoUniversalDebugApiMinimalNoop from 'https://cdn.skypack.dev/@offirmo/universal-debug-api-minimal-noop';
</script>

README

Offirmo’s Universal Debug API - no op implementation
Offirmo’s quality seal

npm badge dependencies badge bundle size badge license badge maintenance status badge

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.