summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorSajjad Hashemian <wolaws@gmail.com>2018-08-26 10:56:30 +0430
committerRyan Dahl <ry@tinyclouds.org>2018-09-03 15:06:00 -0400
commitb2b4299e3b499c50bd11059854e3dcb4df2e2891 (patch)
tree832852af526023863cd655231689031bcd6777eb /js/deno.ts
parentdff909ef6c1f5ce8b08f9cb7fa0fb7bf4d60a086 (diff)
Implement mkdirSync
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
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,