ddo / oauth-1.0a

OAuth 1.0a Request Authorization for Node and Browser
MIT License
325 stars 116 forks source link

Added types for BodyHashFunction and HashFunction #77

Closed CasperEngl closed 5 years ago

CasperEngl commented 5 years ago

My Vue with TypeScript application was throwing an error that base_string and key in the functions in question were being set implicitly to type any.

ddo commented 5 years ago

will update in next update. ty