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