1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 14:48:14 -05:00
denoland-deno/js/deno.ts
2018-08-08 04:17:46 -07:00

5 lines
216 B
TypeScript

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