mirror of
https://github.com/denoland/deno.git
synced 2024-12-28 01:59:06 -05:00
6 lines
238 B
TypeScript
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";
|