Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > IReaddirOptions

IReaddirOptions interface

Options for fs.readdir

Signature:

export interface IReaddirOptions 

Properties

Property

Modifiers

Type

Description

withFileTypes

true

If true, readdir will return fs.Dirent objects instead of strings.