@types/pdfobject
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -5,3 +5,3 @@ // Type definitions for PDFObject 2.2 | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/borisyankov/DefinitelyTyped | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export as namespace PDFObject; | ||
@@ -8,0 +8,0 @@ export function embed(url: string, target?: any, options?: Options): HTMLElement; |
{ | ||
"name": "@types/pdfobject", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "TypeScript definitions for PDFObject", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pdfobject", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "cbcf11d29b60b23215f65a32498de36e3388cd87663ac2decbf5a6a3a47972d1", | ||
"typesPublisherContentHash": "71763cd030fb0434246c2b79ce1262c453ffa4a034b415e88993af5ae600b1dc", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -15,3 +15,3 @@ # Installation | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/borisyankov/DefinitelyTyped | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export as namespace PDFObject; | ||
@@ -41,3 +41,3 @@ export function embed(url: string, target?: any, options?: Options): HTMLElement; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:19:30 GMT | ||
* Last updated: Fri, 09 Jul 2021 02:32:38 GMT | ||
* Dependencies: none | ||
@@ -44,0 +44,0 @@ * Global values: `PDFObject` |
4910