(paths: readonly string[])
| 266 | } |
| 267 | |
| 268 | export function add(paths: readonly string[]) { |
| 269 | return (self: FileWatcher) => add_(self, paths) |
| 270 | } |
| 271 | |
| 272 | export function remove_(self: FileWatcher, paths: readonly string[]): T.UIO<void> { |
| 273 | concrete(self) |