diff options
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 8f6a5ff3e..fd53b58e7 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -38,7 +38,7 @@ export { OpenMode, } from "./files.ts"; export { read, readSync, write, writeSync } from "./ops/io.ts"; -export { FsEvent, fsEvents } from "./ops/fs_events.ts"; +export { FsEvent, watchFs } from "./ops/fs_events.ts"; export { EOF, copy, |