Skip to main content
StatsListener - fs - Node documentation
type alias StatsListener

Usage in Deno

import { type StatsListener } from "node:fs";

Definition

(
curr: Stats,
prev: Stats,
) => void