Skip to main content
Module

x/openai/uploads.ts>ResponseLike

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ResponseLike
import { type ResponseLike } from "https://deno.land/x/openai@v4.29.2/uploads.ts";

Intended to match web.Response, node.Response, node-fetch.Response, etc.

Properties

url: string

Methods

blob(): Promise<BlobLike>