initial commit
This commit is contained in:
commit
27325ea5f1
2537 changed files with 328078 additions and 0 deletions
8
node_modules/pdf-lib/es/utils/pdfDocEncoding.d.ts
generated
vendored
Normal file
8
node_modules/pdf-lib/es/utils/pdfDocEncoding.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Decode a byte array into a string using PDFDocEncoding.
|
||||
*
|
||||
* @param bytes a byte array (decimal representation) containing a string
|
||||
* encoded with PDFDocEncoding.
|
||||
*/
|
||||
export declare const pdfDocEncodingDecode: (bytes: Uint8Array) => string;
|
||||
//# sourceMappingURL=pdfDocEncoding.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue