JSPM

one-line-stack-trace

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23475F
  • License ISC

get one line info from your stack trace

Package Exports

  • one-line-stack-trace

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

Readme

one-line-stack-trace

get one line info from your stack trace

Installation

npm i -S one-line-stack-trace

Usage

const stack = require('one-line-stack-trace'),
err = new Error('not found');
console.log("trace", stack(err.stack));

performance

npm run performance

console.error takes 25% less time to print traces processed by the library