UNPKG

@codelet/core

Version:
8 lines (7 loc) 187 B
import type { Loose } from '@daysnap/types'; export declare function parseLocation(location: string | Loose<{ url: string; query?: Record<string, any>; }>): { url: string; };