aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/@vitest/utils/dist/error.d.ts
blob: ad5d6280fc56ff754f62d7bab59dd6b02e1383df (plain) (blame)
1
2
3
4
5
6
7
import { D as DiffOptions } from './types.d-BCElaP-c.js';
export { serializeValue as serializeError } from './serialize.js';
import '@vitest/pretty-format';

declare function processError(_err: any, diffOptions?: DiffOptions, seen?: WeakSet<WeakKey>): any;

export { processError };