effect-io-ai

Package: effect
Module: FileSystem

FileSystem.WatchEvent.Update

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
  }

Source

Since v4.0.0