Package: effect
Module: FileSystem
Event representing the deletion of a file or directory.
Details
This event is triggered when a file or directory is deleted from the watched location.
Signature
export interface Remove {
readonly _tag: "Remove"
readonly path: string
}
Since v4.0.0