Skip to main content
method FSWatcher.close
FSWatcher.close(): void
Deprecated

Stop watching for changes on the given fs.FSWatcher. Once stopped, the fs.FSWatcher object is no longer usable.

Return Type

void
Back to top