UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

6 lines (5 loc) 144 B
import { Matcher } from "./matcher"; export declare class EmptyMatcher<T> extends Matcher<T> { toBeEmpty(): void; private _getLength; }