JSPM

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

Clean up stack traces by hiding node_modules and the root directory

Package Exports

  • trace-cleaner

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 (trace-cleaner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

trace-cleaner

Clean up stack traces by hiding node_modules and the root directory

Installation

npm install --save trace-cleaner

Example Usage

Include in your app:

require('trace-cleaner')

Or add when running node:

node -r trace-cleaner