Type Alias ReaderType<T>

ReaderType<T>: T extends string
    ? TextReader
    : Uint8ArrayReader

The reader type for the entry.

Type Parameters