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 274 B
import type { JSONValue } from 'tiny-types'; import { Artifact } from '../Artifact'; export declare class JSONData extends Artifact { static fromJSON(value: JSONValue): JSONData; map<O>(fn: (decodedValue: JSONValue) => O): O; } //# sourceMappingURL=JSONData.d.ts.map