import { Watcher } from "https://deno.land/x/pup@1.0.0-beta.8/lib/core/watcher.ts";
Constructors
new
Watcher(config?: WatcherConfig)Properties
private
config: WatcherConfigMethods
private
reset(): voidprivate
verifyPath(path: string): stringprivate
watch(): Promise<void>isWatched(path: string): boolean
reload(): void
[Symbol.asyncIterator](): AsyncIterator<FileEvent[]>