#The LHS of the and operator is how you

1 messages · Page 1 of 1 (latest)

buoyant crag
#

when I use 'instanceof GuildChannel' then I get an error wich says: Arguments of type 'boolean' is not assignable to parameter of type '(value: AnyChannel, key: string, collection: Colletion,string, AnyChannel>)=> value is AnyChannel

nova rock
#

Wrap it in parenthesis

#

(foo instanceof bar) && …

buoyant crag
#

It stays the same as before