Skip to main content
Deno.OpenOptions.read - Deno documentation
property Deno.OpenOptions.read
Sets the option for read access. This option, when `true`, means that the file should be read-able if opened.

Type

boolean