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

8 lines
182 B
TypeScript

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