Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > ReaddirStringCallback

ReaddirStringCallback type

Callback for fs.readdir when withFileTypes is not specified or false

Signature:

export type ReaddirStringCallback = (error: NodeJS.ErrnoException | null, files: string[]) => void;