You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all I would like to thank you for providing this nice package.
I am opening this ticket because while using it for a typescript project I noticed that the commands rewrap and keys were missing. I then tried to extend the commands set thanks to the commands parameter of the lib but I encountered the two following difficulties :
The builtin commands object do not seem to be exported making it uncomfortable for someone to extend it : I had to copy the file to my project.
The type of the parameter is Array<{ method: string, path: string, scheme: any }> while the main function seems to expect an object obliging me to cast for the build to pass.
That'd be great If you could take a look.
Regards,
Luca
The text was updated successfully, but these errors were encountered:
Hello guys,
First of all I would like to thank you for providing this nice package.
I am opening this ticket because while using it for a typescript project I noticed that the commands
rewrap
andkeys
were missing. I then tried to extend the commands set thanks to thecommands
parameter of the lib but I encountered the two following difficulties :The builtin
commands
object do not seem to be exported making it uncomfortable for someone to extend it : I had to copy the file to my project.The type of the parameter is
Array<{ method: string, path: string, scheme: any }>
while the main function seems to expect an object obliging me to cast for the build to pass.That'd be great If you could take a look.
Regards,
Luca
The text was updated successfully, but these errors were encountered: