JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10188287
  • Score
    100M100P100Q218688F
  • License MIT

A tiny JavaScript debugging utility forked from debug, with TypeScript and ESM support.

Package Exports

  • obug
  • obug/package.json

Readme

obug

npm version npm downloads Unit Test

A tiny JavaScript debugging utility forked from debug, with TypeScript and ESM support.

Differences from debug

  • 🟢 TypeScript support
  • 🟢 ESM support

Installation

npm install obug

Usage

Please refer to the original debug package for usage instructions.

Sponsors

License

MIT License © 2025-PRESENT Kevin Deng

The MIT License Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>

The MIT License Copyright (c) 2018-2021 Josh Junon