summaryrefslogtreecommitdiff
path: root/cli/js/deno.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-02-21 13:21:51 -0500
committerGitHub <noreply@github.com>2020-02-21 13:21:51 -0500
commitbd640bc7e6a946dec4477afc64d8083e372660f6 (patch)
treecb08b999ad594dc0796fa1fefc588c0b86083066 /cli/js/deno.ts
parent754b8c65ad5adda2961c667a6b64ab59c130111d (diff)
feat: Deno.fsEvents() (#3452)
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r--cli/js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts
index b86b28911..d20c64281 100644
--- a/cli/js/deno.ts
+++ b/cli/js/deno.ts
@@ -43,6 +43,7 @@ export {
OpenOptions,
OpenMode
} from "./files.ts";
+export { FsEvent, fsEvents } from "./fs_events.ts";
export {
EOF,
copy,