Skip to content

Commit

Permalink
Add @typedef JSDoc annotaion. Fix mozilla#16705
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Jul 19, 2023
1 parent f4d1a7f commit b19fb27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/display/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ const DefaultStandardFontDataFactory =
? NodeStandardFontDataFactory
: DOMStandardFontDataFactory;

/**
* @typedef { import("./svg.js").SVGGraphics } SVGGraphics
*/

/**
* @typedef { Int8Array | Uint8Array | Uint8ClampedArray |
* Int16Array | Uint16Array |
Expand Down

0 comments on commit b19fb27

Please sign in to comment.