Skip to main content
GlobOptions.withFileTypes - fs - Node documentation
property GlobOptions.withFileTypes

Usage in Deno

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

true if the glob should return paths as Dirents, false otherwise.

Type

boolean | undefined