Some checks failed
CI/CD Pipeline / unit-tests (push) Failing after 1m16s
CI/CD Pipeline / integration-tests (push) Failing after 2m32s
CI/CD Pipeline / lint (push) Successful in 5m22s
CI/CD Pipeline / e2e-tests (push) Has been skipped
CI/CD Pipeline / build (push) Has been skipped
12 lines
500 B
TypeScript
12 lines
500 B
TypeScript
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 };
|