Skip to main content
PathLike - fs - Node documentation
type alias PathLike

Usage in Deno

import { type PathLike } from "node:fs";

Valid types for path values in "fs".

Definition

string
| Buffer
| URL