Skip to content

Commit

Permalink
chore: add missing @returns tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Frazer Smith committed May 27, 2020
1 parent 104cd7f commit 5ae795f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ class Poppler {
* @param {string=} options.userPassword - Specify the user password for the PDF file.
* @param {string} file - Filepath of the PDF file to read.
* @param {string} outputPrefix - Filename prefix of output files.
* @returns {Promise}
*/
pdfImages(options = {}, file, outputPrefix) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 5ae795f

Please sign in to comment.