-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: migrate Client
base methods to TypeScript
#1153
Conversation
Client
methods to TypeScriptClient
base methods to TypeScript
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested LGTM 👍🎉
One more suggestion on the ts compiler option we can adopt in later/different pr is: as strict init is not possible always for properties. please share your thoughts as well around this. |
There is no need to disable this option I think, at least in minio-js. If a property is optional (like I can't think of a property in this project that they need to disable this option |
No description provided.