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 207 B
export interface Dictionary { [key: string]: any; } /** * @private */ export declare function caseInsensitive<T extends Dictionary>(dictionary: T): T & Dictionary; //# sourceMappingURL=proxies.d.ts.map