mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-13 08:42:29 +00:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import { type Variant } from "./tests.ts";
|
|
|
|
export function getCachePath(player: string, variant: Variant) {
|
|
return `tests/players/${player}-${variant}`;
|
|
}
|