elearning/Frontend-Learner/node_modules/nuxt/dist/app/composables/url.d.ts

4 lines
144 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import { getRequestURL } from 'h3';
/** @since 3.5.0 */
export declare function useRequestURL(opts?: Parameters<typeof getRequestURL>[1]): URL;