UNPKG

@promptbook/gemini

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

8 lines (7 loc) 229 B
import type { ErrorJson } from './ErrorJson'; /** * Serializes an error into a [🚉] JSON-serializable object * * @public exported from `@promptbook/utils` */ export declare function serializeError(error: Error): ErrorJson;