UNPKG

@fgv/ts-utils-jest

Version:
4 lines 229 B
import { Result } from '../../ts-utils'; export declare const matcherName: string; export declare function predicate<T>(received: Result<T>, expected: string | RegExp | undefined): boolean; //# sourceMappingURL=predicate.d.ts.map