Skip to content

Type Alias: NVEDirentEvents

ts
type NVEDirentEvents = EventMap<{
  commitError: [unknown, NVEDirent];
  disposed: [NVEDirent];
}>;