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
((key: keyof this): key is AssetsContractControllerMethodName=>
220
+
!nonMethodClassProperties.find((e)=>e===key)&&
221
+
typeofthis[key]==='function')(method)
222
+
){
223
+
this.messagingSystem.registerActionHandler(
224
+
`${name}:${method}`,
225
+
// TODO: Write a generic for-loop implementation that iterates over an input union type in tandem with the input array.
226
+
// @ts-expect-error Both assigned argument and assignee parameter are using the entire union type for `method` instead of the type for the current element
0 commit comments