summaryrefslogtreecommitdiff
path: root/js/deno.ts
blob: f281ebefa5753d0d72bb39ee4fe61f9978d87a80 (plain)
1
2
3
4
5
6
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
// TODO get rid of deno.d.ts
// export { pub, sub } from "./dispatch";
export { readFileSync } from "./os";
export { libdeno } from "./globals";