Package: effect
Module: FileSystem
Event representing the modification of an existing file or directory.
Details
This event is triggered when an existing file or directory is modified in the watched location.
Signature
export interface Update {
readonly _tag: "Update"
readonly path: string
}
Since v4.0.0