feat: Deno.makeTempFile (#4024)

This commit is contained in:
Kevin (Kun) "Kassimo" Qian 2020-02-18 11:45:59 -08:00 committed by GitHub
parent f0f807c524
commit 08dcf6bff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 208 additions and 47 deletions

View file

@ -66,8 +66,10 @@ export { linkSync, link } from "./link.ts";
export {
makeTempDirSync,
makeTempDir,
MakeTempDirOptions
} from "./make_temp_dir.ts";
makeTempFileSync,
makeTempFile,
MakeTempOptions
} from "./make_temp.ts";
export { metrics, Metrics } from "./metrics.ts";
export { mkdirSync, mkdir } from "./mkdir.ts";
export {