UNPKG

next-translate-routes-multi-domain

Version:

Flexible and translated routes for Next.js without custom server

8 lines (7 loc) 273 B
/// <reference types="node" /> import { UrlObject } from 'url'; export declare const urlToUrlObject: (url: UrlObject | URL | string) => { pathname: string | null | undefined; query: import("querystring").ParsedUrlQueryInput; hash: string | null | undefined; };