UNPKG

@naktibalda/jorel

Version:

The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.

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;