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