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

Usage in Deno

import { type path } from "node:path";

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

Type

"\\" | "/"