IOweb/node_modules/@iconify/tools/lib/download/api/download.d.mts
2026-07-03 15:07:38 -05:00

8 lines
183 B
TypeScript

import { APIQueryParams } from './types.mjs';
/**
* Download file
*/
declare function downloadFile(query: APIQueryParams, target: string): Promise<void>;
export { downloadFile };