type alias openFlagsimport { type openFlags } from "https://deno.land/std@0.126.0/node/_fs/_fs_open.ts"; definition: | "a" | "ax" | "a+" | "ax+" | "as" | "as+" | "r" | "r+" | "rs+" | "w" | "wx" | "w+" | "wx+"