diff options
author | Mani Maghsoudlou <manidlou@gmail.com> | 2018-09-03 17:22:30 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-04 11:57:04 -0400 |
commit | 641e3d404dfeb8f70ae0eb6c59b898b9f44742a1 (patch) | |
tree | 7611e133745846dbef3cd11437bad5d3f06a7e52 /js/deno.ts | |
parent | b2b4299e3b499c50bd11059854e3dcb4df2e2891 (diff) |
Implement renameSync
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts index d121b3183..0eca6f0ac 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -8,6 +8,7 @@ export { makeTempDirSync, mkdirSync, readFileSync, + renameSync, statSync, lStatSync, writeFileSync |