summaryrefslogtreecommitdiff
path: root/js/deno.ts
blob: df1148453822edbca7cdf36fe19f631184cd410b (plain)
1
2
3
4
5
// 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, writeFileSync } from "./os";