UNPKG

@allurereport/web-awesome

Version:

The static files for Allure Awesome Report

7 lines (4 loc) 257 B
import { currentEnvironment } from "@/stores/env"; export type ReportEnvSection = "variables" | "metadata"; export const getReportEnvSectionId = (section: ReportEnvSection, envId = currentEnvironment.value ?? "default") => `report-${envId}-${section}`;