@types/pdfkit
Advanced tools
@@ -442,2 +442,7 @@ /// <reference types="node" /> | ||
| interface ExpandedAlign { | ||
| x?: "left" | "center" | "right" | "justify"; | ||
| y?: "top" | "center" | "bottom"; | ||
| } | ||
| interface CellOptions extends CellStyle { | ||
@@ -455,3 +460,3 @@ /** The value, will be cast to a string (null and undefined are not rendered but the cell is still outlined) */ | ||
| /** The alignment of the cell text (default {x: 'left', y: 'top'}) */ | ||
| align?: { x?: "right" | "left"; y?: "top" | "bottom" }; | ||
| align?: "center" | ExpandedAlign; | ||
| /** The text stroke (default 0) */ | ||
@@ -458,0 +463,0 @@ textStroke?: number | boolean; |
| { | ||
| "name": "@types/pdfkit", | ||
| "version": "0.14.0", | ||
| "version": "0.17.0", | ||
| "description": "TypeScript definitions for pdfkit", | ||
@@ -56,4 +56,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pdfkit", | ||
| "peerDependencies": {}, | ||
| "typesPublisherContentHash": "2b0fa9ab840f06e7670ca1df7a4a654e4517d5aad86f4eebcf51b4f404baf6e5", | ||
| "typesPublisherContentHash": "008372dd31229016ee51bb34aa3324764f9c3783b8fcb069921c3a95cc4b673a", | ||
| "typeScriptVersion": "5.1" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Wed, 11 Jun 2025 15:03:38 GMT | ||
| * Last updated: Thu, 10 Jul 2025 12:44:36 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
37554
0.29%977
0.41%