UNPKG

@allurereport/web-classic

Version:

The static files for Allure Classic Report

8 lines (6 loc) 173 B
export const navigateTo = (path: string) => { globalThis.location.hash = path; }; export const openInNewTab = (path: string) => { window.open(`#${path}`, "_blank"); };