UNPKG

next

Version:

The React Framework

5 lines (4 loc) 216 B
import type { UrlObject } from 'url'; export declare function formatUrl(urlObj: UrlObject): string; export declare const urlObjectKeys: string[]; export declare function formatWithValidation(url: UrlObject): string;