UNPKG

svelte-router-spa

Version:

A full featured router component for Svelte and your Single Page Applications.

11 lines (10 loc) 207 B
export function RouterGuard( onlyIf: Partial<{ guard: ReturnType<boolean>; redirect: string; }> ): Readonly<{ valid: () => boolean; redirect: () => boolean; redirectPath: () => string; }>;