[READ-ONLY] Mirror of https://github.com/danielroe/errx. Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
error stack-trace
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: pull in node types

+3
+3
tsconfig.json
··· 7 7 "moduleDetection": "force", 8 8 "module": "preserve", 9 9 "resolveJsonModule": true, 10 + "types": [ 11 + "node" 12 + ], 10 13 "strict": true, 11 14 "noImplicitOverride": true, 12 15 "noUncheckedIndexedAccess": true,