mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 00:21:05 -05:00
5 lines
222 B
TypeScript
5 lines
222 B
TypeScript
// 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[] = [];
|