Files
documentation/node_modules/search-insights/dist/utils/getRequesterForBrowser.d.ts
2024-03-22 03:47:51 +05:30

3 lines
113 B
TypeScript

import type { RequestFnType } from "./request";
export declare function getRequesterForBrowser(): RequestFnType;