UNPKG

@fal-ai/serverless-client

Version:

Deprecation note: this library has been deprecated in favor of @fal-ai/client

12 lines (11 loc) 584 B
export { config, getConfig } from "./config"; export { queue, run, subscribe } from "./function"; export { withMiddleware, withProxy } from "./middleware"; export type { RequestMiddleware } from "./middleware"; export { realtimeImpl as realtime } from "./realtime"; export { ApiError, ValidationError } from "./response"; export type { ResponseHandler } from "./response"; export { storageImpl as storage } from "./storage"; export { stream } from "./streaming"; export type { QueueStatus, ValidationErrorInfo, WebHookResponse, } from "./types"; export { parseAppId } from "./utils";