UNPKG

@fal-ai/serverless-proxy

Version:

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

14 lines (13 loc) 411 B
import type { RequestHandler } from "express"; /** * The default Express route for the fal.ai client proxy. */ export declare const route = "/api/fal/proxy"; /** * The Express route handler for the fal.ai client proxy. * * @param request The Express request object. * @param response The Express response object. * @param next The Express next function. */ export declare const handler: RequestHandler;