2018-07-23 14:46:30 -04:00
|
|
|
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
|
2018-07-06 11:20:35 -04:00
|
|
|
// Public deno module.
|
|
|
|
// TODO get rid of deno.d.ts
|
|
|
|
export { pub, sub } from "./dispatch";
|
|
|
|
export { readFileSync, writeFileSync } from "./os";
|