Skip to content

Commit

Permalink
chore(index): update constructor jsdoc param tag (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Mar 25, 2022
1 parent a59bf1d commit cdc61ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ version of binary.</p>

| Param | Type | Description |
| --- | --- | --- |
| [binPath] | <code>string</code> | Path of poppler-utils binaries. Useful for Linux users who have poppler-utils binaries already installed. |
| [binPath] | <code>string</code> | Path of poppler-utils binaries. |

<a name="Poppler+pdfAttach"></a>

Expand Down
1 change: 0 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export class Poppler {
/**
* @param {string=} binPath - Path of poppler-utils binaries.
* Useful for Linux users who have poppler-utils binaries already installed.
*/
constructor(binPath?: string | undefined);
popplerPath: string;
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function parseOptions(acceptedOptions, options, version) {
class Poppler {
/**
* @param {string=} binPath - Path of poppler-utils binaries.
* Useful for Linux users who have poppler-utils binaries already installed.
*/
constructor(binPath) {
if (binPath) {
Expand Down

0 comments on commit cdc61ba

Please sign in to comment.