Skip to main content
Deno.MkdirOptions.mode - Deno documentation
property Deno.MkdirOptions.mode
Permissions to use when creating the directory (defaults to `0o777`, before the process's umask). Ignored on Windows.

Type

number