The right side of the instanceof needs to be a constructor function, and TypeScript will narrow down to:
the type of the function’s prototype property if its type is not any
the union of types returned by that type’s construct signatures
请问老师,在用instanceof类型保护时,上面两句话是什么意思,官网给出的,没有看懂