property FsEvent.kind

The type of change.

Type

"create"
| "modify"
| "remove"

Usage

import { type FsEvent } from ".";