mirror of
https://github.com/soconnor0919/beenpad.git
synced 2026-02-05 00:06:40 -05:00
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 };
|