UNPKG

144 BTypeScriptView Raw
1import { Matcher } from "./matcher";
2export declare class EmptyMatcher<T> extends Matcher<T> {
3 toBeEmpty(): void;
4 private _getLength;
5}