blob: 9ef533a9eaa5ba5459a279fa3679329cc184c47a (
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";
|