UNPKG

anchorbrowser

Version:

The official TypeScript library for the Anchorbrowser API

6 lines 554 B
export { Anchorbrowser as default } from "./client.js"; export { type Uploadable, toFile } from "./core/uploads.js"; export { APIPromise } from "./core/api-promise.js"; export { Anchorbrowser, type ClientOptions } from "./client.js"; export { AnchorbrowserError, APIError, APIConnectionError, APIConnectionTimeoutError, APIUserAbortError, NotFoundError, ConflictError, RateLimitError, BadRequestError, AuthenticationError, InternalServerError, PermissionDeniedError, UnprocessableEntityError, } from "./core/error.js"; //# sourceMappingURL=index.d.ts.map