Packages

o

dynamics.common

FSWatcherOps

object FSWatcherOps

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FSWatcherOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def toStream[F[_]](watcher: io.scalajs.nodejs.fs.FSWatcher, enames: Traversable[String] = Nil)(implicit F: Effect[F], ec: ExecutionContext): Stream[F, (String, String)]

    Return chokidar watcher and stream of events.

    Return chokidar watcher and stream of events. (event, path)