Skip to content

Commit

Permalink
Merge pull request #224 from julianhille/feature/223-typescript-defin…
Browse files Browse the repository at this point in the history
…ition

Fix typescript definition of member buffer of PDFWStreamForBuffer
  • Loading branch information
julianhille authored Nov 5, 2022
2 parents fc7000b + 73ac7ae commit d60fc7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Typescript definition of member buffer of PDFWStreamForBuffer fixed

### Changed

- Updated github actions to get rid of some deprecation warnings in gha ci
Expand Down
2 changes: 1 addition & 1 deletion muhammara.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ declare module "muhammara" {

export interface PDFWStreamForBuffer extends WriteStream {
new (): PDFWStreamForBuffer;
buffer: Promise<any>;
buffer: Buffer;
}

export interface PDFReaderOptions {
Expand Down

0 comments on commit d60fc7f

Please sign in to comment.