UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (10 loc) • 298 B
export declare const defaultMessages = "End-Of-Stream"; /** * Thrown on read operation of the end of file or stream has been reached */ export declare class EndOfStreamError extends Error { constructor(); } export declare class AbortError extends Error { constructor(message?: string); }