mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
7 lines
228 B
TypeScript
7 lines
228 B
TypeScript
|
// 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";
|