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;
Home > @rushstack/heft > ReaddirDirentCallback
Callback for fs.readdir when withFileTypes is true
Signature:
export type ReaddirDirentCallback = (error: NodeJS.ErrnoException | null, files: fs.Dirent[]) => void;