-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
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 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
commandsobject 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