UNPKG

@fgv/ts-utils-jest

Version:

Custom matchers for ts-utils result class

4 lines 230 B
import { Result } from '../../ts-utils'; export declare const matcherName: string; export declare function predicate<T>(cb: () => void, expected: string | string[] | RegExp): Result<string>; //# sourceMappingURL=predicate.d.ts.map