summaryrefslogtreecommitdiff
path: root/js/deno.ts
blob: 060b2d5261d7f3aeeb6b208f7dc3684f06a1d13f (plain)
1
2
3
4
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
export { exit, readFileSync } from "./os";
export { libdeno } from "./globals";