UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

4 lines (3 loc) 144 B
import { getRequestURL } from 'h3'; /** @since 3.5.0 */ export declare function useRequestURL(opts?: Parameters<typeof getRequestURL>[1]): URL;