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
refactor: Add native parameter types & return type when possible (#353)
Native parameter types are added for all arguments.
Return types are added only for private methods as adding a returning
type on an method that can be overriden is a BC break.
0 commit comments