FileContents type

Valid values for the contents of a binary file.

type FileContents =
  | string
  | NodeReadableStream
  | ReadableStream
  | Uint8Array
  | Blob