Skip to main content
default.PlatformPath.sep - path - Node documentation
property default.PlatformPath.sep

Usage in Deno

import type mod from "node:path";

The platform-specific file separator. '\' or '/'.

Type

"\\" | "/"