Skip to main content
Module

x/openai/core.ts>APIPromise#finally

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method APIPromise.prototype.finally
import { APIPromise } from "https://deno.land/x/openai@v4.27.0/core.ts";

Parameters

optional
onfinally: (() => void) | undefined | null

Returns

Promise<T>