Skip to content

@ralphschuler.ai function caller.index.<internal>.BlobLike

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: BlobLike

index.<internal>.BlobLike

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

Hierarchy

Table of contents

Properties

Methods

Properties

size

Readonly size: number

MDN Reference

Defined in

node_modules/openai/uploads.d.ts:22


type

Readonly type: string

MDN Reference

Defined in

node_modules/openai/uploads.d.ts:24

Methods

slice

slice(start?, end?): BlobLike

MDN Reference

Parameters

Name Type
start? number
end? number

Returns

BlobLike

Defined in

node_modules/openai/uploads.d.ts:28


text

text(): Promise<string>

MDN Reference

Returns

Promise<string>

Defined in

node_modules/openai/uploads.d.ts:26

Typescript Libraries

Modules

Namespaces

Clone this wiki locally