UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

13 lines 356 B
import type { StackFrame } from 'error-stack-parser'; /** * A thin wrapper around error-stack-parser module * * ## Learn more * - [Error stack parser](https://www.npmjs.com/package/error-stack-parser) * * @group Errors */ export declare class ErrorStackParser { parse(error: Error): StackFrame[]; } //# sourceMappingURL=ErrorStackParser.d.ts.map