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;
Home > @rushstack/heft > StatCallback
Callback for fs.stat and fs.lstat
Signature:
export type StatCallback = (error: NodeJS.ErrnoException | null, stats: fs.Stats) => void;