Skip to main content
type alias WatchListener

Type Parameters

T

Definition

(
filename: T | null,
) => void
Back to top