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

Usage in Deno

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

Type Parameters

T

Definition

(
filename: T | null,
) => void