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

8 lines
220 B
TypeScript

import { APIQueryParams, APICacheOptions } from './types.js';
/**
* Send API query
*/
declare function sendAPIQuery(query: APIQueryParams, cache?: APICacheOptions): Promise<number | string>;
export { sendAPIQuery };