UNPKG

@teenth/sdk-tool

Version:

sdk-tool with R2 storage support

10 lines (9 loc) 448 B
import { R2Config, R2StorageInstance } from "./r2-storage"; export * from "./core"; export { grsaiChat, tuziFlux, replicateFlux, kieChat, handleChatCallback, grsaiStatus, } from "./chat"; export { createR2Storage, R2Config, UploadOptions, UploadResult, R2StorageInstance, } from "./r2-storage"; export declare function createR2Client(config?: R2Config): R2StorageInstance; declare const _default: { VERSION: string; }; export default _default;