UNPKG

alsatian-fluent-assertions

Version:

Fluent assertions extension to Alsatian xUnit framework.

3 lines (2 loc) 140 B
import { IFluentCore } from "../matchers"; export declare type ConfiguredAssert = <T, TNext>(value?: any) => IFluentCore<T, TNext, void>;