osh-debug
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Debug utilities for osh library.

Stack Traces

function stackTraceToString(stackTrace: TNode[]): string;
function extractContext(stackTrace: TNode[]): Context;

stackTraceToString() converts stack trace to pretty printed string.

extractContext() extracts context object from the stack trace.

Readme

Keywords

Package Sidebar

Install

npm i osh-debug

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • localvoid