File size: 500 Bytes
bc20498 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import { D as DiffOptions } from './types-9l4niLY8.js';
import 'pretty-format';
declare function serializeError(val: any, seen?: WeakMap<WeakKey, any>): any;
declare function processError(err: any, diffOptions?: DiffOptions): any;
declare function replaceAsymmetricMatcher(actual: any, expected: any, actualReplaced?: WeakSet<WeakKey>, expectedReplaced?: WeakSet<WeakKey>): {
replacedActual: any;
replacedExpected: any;
};
export { processError, replaceAsymmetricMatcher, serializeError };
|