@types/pdfobject
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -1,6 +0,1 @@ | ||
// Type definitions for PDFObject 2.2 | ||
// Project: https://github.com/pipwerks/PDFObject | ||
// Definitions by: Niels Boogaard <https://github.com/nielsboogaard> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export as namespace PDFObject; | ||
@@ -7,0 +2,0 @@ export function embed(url: string, target?: any, options?: Options): HTMLElement; |
{ | ||
"name": "@types/pdfobject", | ||
"version": "2.2.3", | ||
"description": "TypeScript definitions for PDFObject", | ||
"version": "2.2.4", | ||
"description": "TypeScript definitions for pdfobject", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pdfobject", | ||
@@ -10,9 +10,9 @@ "license": "MIT", | ||
"name": "Niels Boogaard", | ||
"url": "https://github.com/nielsboogaard", | ||
"githubUsername": "nielsboogaard" | ||
"githubUsername": "nielsboogaard", | ||
"url": "https://github.com/nielsboogaard" | ||
}, | ||
{ | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
"githubUsername": "peterblazejewicz", | ||
"url": "https://github.com/peterblazejewicz" | ||
} | ||
@@ -29,4 +29,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "25498d3827843e584bc350cb533d6356e0231692e83fdb51481c30b6255a8b00", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "b8e568573bd1c46cf5b2141d109cc412a46618e1a61f2c722aaa244377a392a9", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for PDFObject (https://github.com/pipwerks/PDFObject). | ||
This package contains type definitions for pdfobject (https://github.com/pipwerks/PDFObject). | ||
@@ -12,7 +12,2 @@ # Details | ||
````ts | ||
// Type definitions for PDFObject 2.2 | ||
// Project: https://github.com/pipwerks/PDFObject | ||
// Definitions by: Niels Boogaard <https://github.com/nielsboogaard> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export as namespace PDFObject; | ||
@@ -42,7 +37,6 @@ export function embed(url: string, target?: any, options?: Options): HTMLElement; | ||
### Additional Details | ||
* Last updated: Thu, 25 Nov 2021 11:31:05 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: `PDFObject` | ||
# Credits | ||
These definitions were written by [Niels Boogaard](https://github.com/nielsboogaard), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
4295
19
40