UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

4 lines (3 loc) 219 B
import { PropLambdaUnderstoodReturns } from "./property-lambda-returns"; /** Lambda type for asserting property values. */ export declare type PropertyLambda<TProp> = (actual?: TProp) => PropLambdaUnderstoodReturns;