Fexists
Bun

function

fs.promises.exists

function exists(
path: PathLike
): Promise<boolean>;

Referenced types

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