From f88dc4e197f36842b13843dd88da3d74d67578e5 Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Tue, 26 Nov 2019 00:40:57 -0800 Subject: Add Deno.realpath (#3404) --- cli/js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 2a7274727..6f07bef67 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -56,6 +56,7 @@ export { chownSync, chown } from "./chown.ts"; export { utimeSync, utime } from "./utime.ts"; export { removeSync, remove, RemoveOption } from "./remove.ts"; export { renameSync, rename } from "./rename.ts"; +export { realpathSync, realpath } from "./realpath.ts"; export { readFileSync, readFile } from "./read_file.ts"; export { readDirSync, readDir } from "./read_dir.ts"; export { copyFileSync, copyFile } from "./copy_file.ts"; -- cgit v1.2.3