8 lines
283 B
TypeScript
8 lines
283 B
TypeScript
|
|
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 };
|