# Functions
New tries to use an fs-event watcher, and falls back to the poller if there is an error.
NewEventWatcher returns an fs-event based file watcher.
NewPollingWatcher returns a poll-based file watcher.
# Interfaces
FileWatcher is an interface for implementing file notification watchers.