diff options
author | Sajjad Hashemian <wolaws@gmail.com> | 2018-08-26 10:56:30 +0430 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-03 15:06:00 -0400 |
commit | b2b4299e3b499c50bd11059854e3dcb4df2e2891 (patch) | |
tree | 832852af526023863cd655231689031bcd6777eb /js/deno.ts | |
parent | dff909ef6c1f5ce8b08f9cb7fa0fb7bf4d60a086 (diff) |
Implement mkdirSync
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 21766401b..d121b3183 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -6,6 +6,7 @@ export { exit, FileInfo, makeTempDirSync, + mkdirSync, readFileSync, statSync, lStatSync, |