UNPKG

jorel

Version:

A unified wrapper for working with LLMs from multiple providers, including streams, images, documents & automatic tool use.

7 lines (6 loc) 238 B
/** * Extracts the Base64 part from a Data URL. * @param dataUrl The Data URL to extract the Base64 part from. * @returns The Base64 part of the Data URL. */ export declare const getBase64PartFromDataUrl: (dataUrl: string) => string;