blob: ff9939b1b78513902b98df24a4acb29e6b512359 (
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 "./globals";
|