UNPKG

pdfjs-dist

Version:

Generic build of Mozilla's PDF.js library.

6 lines (5 loc) 185 B
/** * @type {function(!Int8Array, ?Options=):!Int8Array} */ export let BrotliDecode: (arg0: Int8Array, arg1: (Options | null) | undefined) => Int8Array; export type Options = Object;