UNPKG

ai-utils.js

Version:

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

10 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AbortError = void 0; class AbortError extends Error { constructor(message = "Aborted") { super(message); } } exports.AbortError = AbortError;