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 239 B
import { TinyType } from 'tiny-types'; export declare class Description extends TinyType { readonly value: string; static fromJSON(v: string): Description; constructor(value: string); } //# sourceMappingURL=Description.d.ts.map