TPathLike
Bun

type

PathLike

type PathLike = string | NodeJS.TypedArray | ArrayBufferLike | URL

Referenced types

class URL

The URL interface represents an object providing static methods used for creating object URLs.

MDN Reference