UNPKG

anchorbrowser

Version:

The official TypeScript library for the Anchorbrowser API

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