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

8 lines
221 B
TypeScript

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