method Deno.FsWatcher.return
Jump to headingFsWatcher.return(value?: any): Promise<IteratorResult<FsEvent>>
Stops watching the file system and closes the watcher resource.
Parameters Jump to heading
optional
Jump to headingvalue: any
Return Type Jump to heading
Promise<IteratorResult<FsEvent>>