UNPKG

whiskapi

Version:

Unofficial API for Whisk image generation.

4 lines (3 loc) 142 B
import type { Request, Result } from "../global.types"; declare const request: (req: Request) => Promise<Result<string>>; export { request };