UNPKG

fs-stats-spys

Version:

Helper for using sinon spys with fs.Stats

17 lines (16 loc) 280 B
export default function statsSpys(): { (stats: any): void; dir: { (): void; callCount: number; }; file: { (): void; callCount: number; }; link: { (): void; callCount: number; }; callCount: number; };