Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/nuxt/dist/app/composables/url.d.ts
T
2025-09-18 19:01:22 +07:00

4 lines
144 B
TypeScript

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