UNPKG

ai-utils.js

Version:

Build AI applications, chatbots, and agents with JavaScript and TypeScript.

6 lines (5 loc) 111 B
export class AbortError extends Error { constructor(message = "Aborted") { super(message); } }