Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/heft > StatCallback

StatCallback type

Callback for fs.stat and fs.lstat

Signature:

export type StatCallback = (error: NodeJS.ErrnoException | null, stats: fs.Stats) => void;