Skip to content

Commit

Permalink
Merge pull request #67 from jdforsythe/fix-with-types-for-string-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan7g authored Oct 11, 2021
2 parents a27614e + 8c8e369 commit 79de890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ declare function phin<T>(options:

declare function phin(options:
phin.IStringResponseOptions |
IWithData<phin.IStringResponseOptions> |
IWithForm<phin.IStringResponseOptions>): Promise<phin.IStringResponse>
phin.IWithData<phin.IStringResponseOptions> |
phin.IWithForm<phin.IStringResponseOptions>): Promise<phin.IStringResponse>

declare function phin(options:
phin.IStreamResponseOptions |
Expand Down

0 comments on commit 79de890

Please sign in to comment.