JSPM

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

A pocket-sized debugging dino that pecks away at every error and shows you exactly what went wrong and where—no more hunting through messy stack traces.

Package Exports

  • debuget
  • debuget/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (debuget) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

��# Debuget A pocket-sized debugging dino that pecks away at every error and shows you exactly what went wrong and where no more hunting through messy stack traces. ## Features - Pretty: Colored, box-styled output with optional emojis - Configurable: Turn off colors or emojis; set stack-trace depth - Express-ready: Built-in middleware for catching route errors - Process-safe: Handles uncaught exceptions & unhandled rejections ## Installation `bash npm install debuget