9 lines
329 B
TypeScript
9 lines
329 B
TypeScript
import { D as DiffOptions } from './types.d-BCElaP-c.js';
|
|
import { TestError } from './types.js';
|
|
export { serializeValue as serializeError } from './serialize.js';
|
|
import '@vitest/pretty-format';
|
|
|
|
declare function processError(_err: any, diffOptions?: DiffOptions, seen?: WeakSet<WeakKey>): TestError;
|
|
|
|
export { processError };
|