UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

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