UNPKG

@whatwg-node/node-fetch

Version:

Fetch API implementation for Node

5 lines (4 loc) 181 B
export declare const PonyfillURLSearchParams: { new (init?: string[][] | Record<string, string> | string | URLSearchParams): URLSearchParams; prototype: URLSearchParams; };