UNPKG

aisearchapi-client

Version:

TypeScript client library for AI Search API - search and retrieve intelligent responses with context awareness

6 lines 204 B
// src/index.ts // Export the main client export { AISearchAPIClient } from "./client.js"; // Export the custom error class export { AISearchAPIError } from "./types.js"; //# sourceMappingURL=index.js.map