UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

5 lines (4 loc) 160 B
/** Dictionary type for asserting over some values within an object. */ export declare type AllPropertyLiteralsDict<T> = { [key in keyof T]: T[key]; };