Files
2026-02-13 22:02:30 +01:00

4 lines
144 B
TypeScript

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