fac184ccfe
- reduce amount of warnings in IDE
- maximize API type mapping with static/js/core/types.js
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
declare module '*pdf.min.mjs' {
|
|
const pdfjsLib: any;
|
|
export = pdfjsLib;
|
|
}
|