UNPKG

pdfjs-dist

Version:

Generic build of Mozilla's PDF.js library.

19 lines (18 loc) 481 B
export class AppOptions { static get(name: any): any; static getAll(kind?: null): any; static set(name: any, value: any): void; static setAll(options: any): void; static remove(name: any): void; /** * @ignore */ static _hasUserOptions(): boolean; } export const compatibilityParams: any; export namespace OptionKind { const VIEWER: number; const API: number; const WORKER: number; const PREFERENCE: number; }