ReadonlyarrayArray of numbers (0-255) representing bytes
ReadonlyarraybufferArrayBuffer representation
Readonlybase64Base64-encoded string representation
ReadonlybinarystringBinary string representation
ReadonlyblobBlob representation (browser environments)
ReadonlynodebufferNode.js Buffer representation
ReadonlystringUTF-8 string representation
ReadonlytextText string representation
Readonlyuint8arrayUint8Array (typed array) representation
Maps output type names to their corresponding TypeScript types.
This type is used to provide type-safe document generation where the output format determines the return type. Based on JSZip's output types.
Example