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.

7 lines (6 loc) 234 B
import { getRequestURL } from "@nuxt/nitro-server/h3"; //#region src/app/composables/url.d.ts /** @since 3.5.0 */ declare function useRequestURL(opts?: Parameters<typeof getRequestURL>[1]): URL; //#endregion export { useRequestURL };