Skip to main content
Module

std/node/_fs/_fs_open.ts>openFlags

Deno standard library
Go to Latest
type alias openFlags
import { type openFlags } from "https://deno.land/std@0.147.0/node/_fs/_fs_open.ts";
definition:
| "a"
| "ax"
| "a+"
| "ax+"
| "as"
| "as+"
| "r"
| "r+"
| "rs+"
| "w"
| "wx"
| "w+"
| "wx+"