UNPKG

@serenity-js/core

Version:

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

7 lines 197 B
import { JSONData } from './JSONData'; export declare class LogEntry extends JSONData { static fromJSON(value: { data: string; }): LogEntry; } //# sourceMappingURL=LogEntry.d.ts.map