blob: 7a5c4217e832400871d61addc08f7f2f328f4ca0 (
plain)
1
2
3
4
5
|
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
export { exit, makeTempDirSync, readFileSync, writeFileSync } from "./os";
export { libdeno } from "./libdeno";
export const argv: string[] = [];
|