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