mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
7 lines
No EOL
326 B
TypeScript
7 lines
No EOL
326 B
TypeScript
/// <reference types="node" />
|
|
import { URLSearchParams } from "url";
|
|
export { URL, URLSearchParams } from "url";
|
|
export declare type URLSearchParamsInit = URLSearchParams | string | {
|
|
[key: string]: Object | Object[] | undefined;
|
|
} | Iterable<[string, Object]> | Array<[string, Object]>;
|
|
//# sourceMappingURL=url.d.ts.map
|