@types/pdfobject
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -15,3 +15,3 @@ // Type definitions for PDFObject 2.2 | ||
pdfOpenParams?: Record<string, string | number | boolean> | undefined; | ||
fallbackLink?: boolean | undefined; | ||
fallbackLink?: boolean | string | undefined; | ||
width?: string | undefined; | ||
@@ -18,0 +18,0 @@ height?: string | undefined; |
{ | ||
"name": "@types/pdfobject", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "TypeScript definitions for PDFObject", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pdfobject", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "71763cd030fb0434246c2b79ce1262c453ffa4a034b415e88993af5ae600b1dc", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "25498d3827843e584bc350cb533d6356e0231692e83fdb51481c30b6255a8b00", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -25,3 +25,3 @@ # Installation | ||
pdfOpenParams?: Record<string, string | number | boolean> | undefined; | ||
fallbackLink?: boolean | undefined; | ||
fallbackLink?: boolean | string | undefined; | ||
width?: string | undefined; | ||
@@ -41,3 +41,3 @@ height?: string | undefined; | ||
### Additional Details | ||
* Last updated: Fri, 09 Jul 2021 02:32:38 GMT | ||
* Last updated: Thu, 25 Nov 2021 11:31:05 GMT | ||
* Dependencies: none | ||
@@ -44,0 +44,0 @@ * Global values: `PDFObject` |
4928