Optimize return types #7
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Right now, a lot of the functions and class methods have their return types explicitly defined. This can be quite cumbersome to manage, and TypeScript automatically infers the return type by default. It's more or less writing repetitive and unnecessary code.
Submit a PR with fixes.