Repository URL to install this package:
|
Version:
7.1.2 ▾
|
/// <reference types="node" />
import { URL } from 'url';
/**
* @param url | string
*/
export declare function cloneURL(url: URL): URL;