Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > ReaddirDirentCallback

ReaddirDirentCallback type

Callback for fs.readdir when withFileTypes is true

Signature:

export type ReaddirDirentCallback = (error: NodeJS.ErrnoException | null, files: fs.Dirent[]) => void;