UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

7 lines (6 loc) 263 B
import { ObjectMatcher } from "./object-matcher"; export declare class ContainerMatcher<ContainerType extends { indexOf(content: ContentType): number; }, ContentType> extends ObjectMatcher<ContainerType> { toContain(expectedContent: ContentType): void; }