UNPKG

next

Version:

The React Framework

6 lines (5 loc) 247 B
/// <reference types="node" /> import type { UrlObject } from 'url'; export declare function formatUrl(urlObj: UrlObject): string; export declare const urlObjectKeys: string[]; export declare function formatWithValidation(url: UrlObject): string;