Hierarchy

  • WatchFileSystem

Properties

Properties

watch: ((files, directories, missing, startTime, options, callback, callbackUndelayed) => Watcher)

Type declaration

    • (files, directories, missing, startTime, options, callback, callbackUndelayed): Watcher
    • Parameters

      • files: Iterable<string>
      • directories: Iterable<string>
      • missing: Iterable<string>
      • startTime: number
      • options: WatchOptions
      • callback: ((arg0, arg1, arg2, arg3, arg4) => void)
          • (arg0, arg1, arg2, arg3, arg4): void
          • Parameters

            Returns void

      • callbackUndelayed: ((arg0, arg1) => void)
          • (arg0, arg1): void
          • Parameters

            • arg0: string
            • arg1: number

            Returns void

      Returns Watcher

Generated using TypeDoc