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