1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 01:59:06 -05:00
denoland-deno/js/deno.ts
2018-08-08 18:35:26 -07:00

6 lines
238 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 } from "./os";
export { libdeno } from "./globals";