Skip to main content
FileUrlToPathOptions - url - Node documentation
interface FileUrlToPathOptions

Usage in Deno

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

Properties

optional
windows: boolean | undefined

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