mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 13:50:53 +02:00
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
import { DataURI } from "./types";
|
|
declare function DataURIASync(fileName: string, handler?: DataURI.Callback): Promise<string | undefined>;
|
|
export = DataURIASync;
|