UNPKG

next

Version:

The React Framework

4 lines (3 loc) 126 B
/// <reference types="node" /> import { UrlObject } from 'url'; export declare function formatUrl(urlObj: UrlObject): string;