2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

3 Commits

Author SHA1 Message Date
398702cafa
chore: update branch 2024-12-22 12:46:46 -04:00
6fa8eea5e2
docs: document fs watcher 2024-12-22 12:39:15 -04:00
be4b86f5c5
feat(fs): add file watching function
add the fs.watch function which takes a path and a callback.
it will notify of any file events for the given path.

this function also returns a "watcher" object which
has start and stop functions.
2023-07-15 20:03:55 -04:00