UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

4 lines (3 loc) 96 B
export function openExternalURL(url: string): void { window.open(url, '_blank', 'noopener') }