Type alias URLInput

URLInput: string | URL | {
    toString(): string;
} | Partial<URLParams> & ({
    host: string;
    protocol: string;
} | {
    hostname: string;
    protocol: string;
})

Type declaration

  • toString:function

Generated using TypeDoc