8 lines
343 B
TypeScript
8 lines
343 B
TypeScript
|
|
import { D as DiffOptions } from './types-Bxe-2Udy.js';
|
||
|
|
import '@vitest/pretty-format';
|
||
|
|
|
||
|
|
declare function serializeValue(val: any, seen?: WeakMap<WeakKey, any>): any;
|
||
|
|
|
||
|
|
declare function processError(_err: any, diffOptions?: DiffOptions, seen?: WeakSet<WeakKey>): any;
|
||
|
|
|
||
|
|
export { processError, serializeValue as serializeError, serializeValue };
|