Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

EncodingType

EncodingType: "utf8" | "utf16le" | "latin1" | "base64" | "hex" | "ascii" | "binary" | "ucs2"

Alias used to manage all the encoding types, so that it doesn't need to be managed in multiple places. For a list
of all valid options, consult
the nodejs file system buffers and character encoding documents.

FlagType

FlagType: "a" | "ax" | "a+" | "ax+" | "as" | "as+" | "r" | "r+" | "rs+" | "w" | "wx" | "w+" | "wx+"

Alias used to manage all the flag types, so that it doesn't need to be managed in multiple other places. For a list
of all valid options, consult
the nodejs file systems flag documents.

Generated using TypeDoc