UNPKG

@serenity-js/core

Version:

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

3 lines 173 B
import type { InspectOptions } from 'node:util'; export declare function inspected(value: unknown, options?: InspectOptions): string; //# sourceMappingURL=inspected.d.ts.map