MkdirOptions$Typings extension
Properties
-
mode
↔ num?
-
Permissions to use when creating the directory (defaults to
0o777
,
before the process's umask).
getter/setter pair
-
recursive
↔ bool?
-
If set to
true
, means that any intermediate directories will also be
created (as with the shell command mkdir -p
).
getter/setter pair