Skip to main content
PathToFileUrlOptions.windows - url - Node documentation
property PathToFileUrlOptions.windows

Usage in Deno

import { type PathToFileUrlOptions } from "node:url";

true if the path should be return as a windows filepath, false for posix, and undefined for the system default.

Type

boolean | undefined