// 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";