summaryrefslogtreecommitdiff
path: root/js/deno.ts
blob: f7f6c521eeca199c69b81e6dcab92cd818d4d261 (plain)
1
2
3
4
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
export { exit, readFileSync, writeFileSync } from "./os";
export { libdeno } from "./libdeno";