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 355 B
import * as parser 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): parser.StackFrame[]; } //# sourceMappingURL=ErrorStackParser.d.ts.map