1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-23 22:54:12 +01:00

5 lines
133 B
TypeScript
Raw Normal View History

2023-09-10 23:30:49 +05:30
import { getPlatform } from "./get-device-specs";
2023-09-10 14:44:04 +05:30
const slash: string = getPlatform() === "win" ? "\\" : "/";
export default slash;