0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00
denoland-deno/js/deno.ts
2018-08-31 13:18:24 -04:00

14 lines
291 B
TypeScript

// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
export {
env,
exit,
FileInfo,
makeTempDirSync,
readFileSync,
statSync,
lStatSync,
writeFileSync
} from "./os";
export { libdeno } from "./libdeno";
export const argv: string[] = [];