diff options
Diffstat (limited to 'cli/js/deno.ts')
-rw-r--r-- | cli/js/deno.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 513d9f284..e53f9a63a 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -19,6 +19,7 @@ export { seek, seekSync, close, + OpenOptions, OpenMode } from "./files.ts"; export { |