fix(fs): Fix DebouncedEvent type to match what notify-rs returns (#848)

* fix(fs): Fix DebouncedEvent type to match what notify-rs returns

* Update fix-debounced-event-type.md
This commit is contained in:
Trevor Fitzgerald
2023-12-27 08:39:05 -05:00
committed by GitHub
parent c60123093d
commit 85f8419682
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"fs-js": patch
---
Fix `DebouncedEvent` type to correctly represent the actual type.