From bd640bc7e6a946dec4477afc64d8083e372660f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 21 Feb 2020 13:21:51 -0500 Subject: feat: Deno.fsEvents() (#3452) --- cli/js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/js/deno.ts') 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, -- cgit v1.2.3