method FSWatcher.close Usage in Deno```typescript import { type FSWatcher } from "node:node__fs.d.ts"; ``` FSWatcher.close(): void Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. Return Type void