UNPKG

@serenity-js/core

Version:

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

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