Files
2026-02-10 01:14:19 +00:00

9 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 };