Hilbish/golibs
sammyette 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
..
bait docs: fix return types for functions (closes #229) 2023-02-07 18:18:03 -04:00
commander docs: add docs for sink type (closes #233) 2023-02-07 15:39:22 -04:00
fs feat(fs): add file watching function 2023-07-15 20:03:55 -04:00
terminal refactor: remove doc prop related code 2022-12-20 00:54:05 -04:00