summaryrefslogtreecommitdiff
path: root/js/deno.ts
blob: 595d87709a374345426412bce89102e4d8af2cd0 (plain)
1
2
3
4
5
6
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
// 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";