summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 0b6b0fb9b..ba4a5151e 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -13,5 +13,6 @@ export {
lstatSync,
writeFileSync
} from "./os";
+export { ErrorKind, DenoError } from "./errors";
export { libdeno } from "./libdeno";
export const argv: string[] = [];