mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Corrected more errors
This commit is contained in:
parent
3d55a19d83
commit
554b4d005a
@ -24,9 +24,7 @@ watch.watchTree(str, (f: any, curr: fs.Stats, prev: fs.Stats) => {
|
||||
watch.watchTree(str, opts, (f: any, curr: fs.Stats, prev: fs.Stats) => {
|
||||
|
||||
});
|
||||
watch.unwatchTree(str => {
|
||||
|
||||
});
|
||||
watch.unwatchTree(str);
|
||||
watch.createMonitor(str, (monitor: watch.Monitor) => {
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user