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