Type Alias WatchEventHandler

WatchEventHandler: ((filename: string, event: "change" | "rename") => void)

File watch event handler function.