8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
/**
|
|
* PDF.js worker entry file.
|
|
*
|
|
* This file is identical to Mozilla's pdf.worker.entry.js, with one exception being placed inside
|
|
* this bundle, not theirs.
|
|
*/
|
|
export {};
|